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 86063f4 commit d8606afCopy full SHA for d8606af
README.rst
@@ -39,6 +39,11 @@ License
39
Changelog
40
~~~~~~~~~
41
42
+- v0.7.2
43
+
44
+ - Fix a couple inconsistencies with ``str`` vs ``bytes`` in Python 3 in
45
+ ``drmaa.session``.
46
47
- v0.7.1
48
49
- Add `Read The Docs documentation <http://drmaa-python.readthedocs.org>`__
drmaa/version.py
@@ -22,5 +22,5 @@
22
:author: Dan Blanchard ([email protected])
23
'''
24
25
-__version__ = '0.7.1'
+__version__ = '0.7.2'
26
VERSION = tuple(int(x) for x in __version__.split('.'))
0 commit comments