Skip to content

Commit 2bb80bd

Browse files
committed
Update README and bump version to 0.7.3
1 parent 43ed63a commit 2bb80bd

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.3
43+
44+
- Fix a couple crashes when certain functions that expect ``str`` were passed
45+
integers.
46+
4247
- v0.7.2
4348

4449
- Fix a couple inconsistencies with ``str`` vs ``bytes`` in Python 3 in

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.2'
25+
__version__ = '0.7.3'
2626
VERSION = tuple(int(x) for x in __version__.split('.'))

0 commit comments

Comments
 (0)