We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ddc0c6c + 8f7c95b commit 5225fd9Copy full SHA for 5225fd9
2 files changed
README.rst
@@ -39,6 +39,11 @@ License
39
Changelog
40
~~~~~~~~~
41
42
+- v0.7.5
43
+
44
+ - Fix an issue where dictionary attributes (like ``jtEnvironment``) could
45
+ encounter ``UnicodeDecodeError``s upon assignment.
46
47
- v0.7.4
48
49
- Switch to using preferred encoding from ``locale`` module for converting
drmaa/version.py
@@ -22,5 +22,5 @@
22
:author: Dan Blanchard (dblanchard@ets.org)
23
'''
24
25
-__version__ = '0.7.4'
+__version__ = '0.7.5'
26
VERSION = tuple(int(x) for x in __version__.split('.'))
0 commit comments