Skip to content

Commit d8606af

Browse files
committed
Bump version to 0.7.2 and update changelog
1 parent 86063f4 commit d8606af

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

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.2
43+
44+
- Fix a couple inconsistencies with ``str`` vs ``bytes`` in Python 3 in
45+
``drmaa.session``.
46+
4247
- v0.7.1
4348

4449
- Add `Read The Docs documentation <http://drmaa-python.readthedocs.org>`__

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

0 commit comments

Comments
 (0)