Skip to content

Commit af12cdc

Browse files
committed
Update changelog and bump version to 0.7.6
1 parent 4247afb commit af12cdc

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

README.rst

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

42+
- v0.7.6
43+
44+
- Fix a typo in ``DictAttribute`` that was causing a crash.
45+
4246
- v0.7.5
4347

4448
- Fix an issue where dictionary attributes (like ``jtEnvironment``) could

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

0 commit comments

Comments
 (0)