Skip to content

Commit 8f7c95b

Browse files
committed
Update changelog and bump version to 0.7.5
1 parent ddc0c6c commit 8f7c95b

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ License
3939
Changelog
4040
~~~~~~~~~
4141

42+
- v0.7.5
43+
44+
- Fix an issue where dictionary attributes (like ``jtEnvironment``) could
45+
encounter ``UnicodeDecodeError``s upon assignment.
46+
4247
- v0.7.4
4348
4449
- Switch to using preferred encoding from ``locale`` module for converting

drmaa/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
:author: Dan Blanchard (dblanchard@ets.org)
2323
'''
2424

25-
__version__ = '0.7.4'
25+
__version__ = '0.7.5'
2626
VERSION = tuple(int(x) for x in __version__.split('.'))

0 commit comments

Comments
 (0)