Skip to content

Commit 8e8d8f9

Browse files
committed
Update changelog and bump version to 0.7.4
1 parent 6a50ad6 commit 8e8d8f9

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.rst

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

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+
4248
- v0.7.3
4349

4450
- Fix a couple crashes when certain functions that expect ``str`` were passed

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 ([email protected])
2323
'''
2424

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

0 commit comments

Comments
 (0)