We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a50ad6 commit 8e8d8f9Copy full SHA for 8e8d8f9
README.rst
@@ -39,6 +39,12 @@ License
39
Changelog
40
~~~~~~~~~
41
42
+- v0.7.4
43
+
44
+ - Switch to using preferred encoding from ``locale`` module for converting
45
+ strings to binary. This should prevent some lingering ``UnicodeEncodeError``
46
+ crashes on Python 2.7.
47
48
- v0.7.3
49
50
- Fix a couple crashes when certain functions that expect ``str`` were passed
drmaa/version.py
@@ -22,5 +22,5 @@
22
:author: Dan Blanchard ([email protected])
23
'''
24
25
-__version__ = '0.7.3'
+__version__ = '0.7.4'
26
VERSION = tuple(int(x) for x in __version__.split('.'))
0 commit comments