Skip to content

Commit

Permalink
Fix issues in execute() and mkdir() function
Browse files Browse the repository at this point in the history
  • Loading branch information
cokelaer committed May 17, 2016
1 parent 64109b5 commit 2717f39
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions doc/ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
.. rubric:: 0.9.21

* BUGS:
* Fix py2/3 issue in execute() function
* Fix Exception name in mkdir() function

.. rubric:: 0.9.20

* NEWS:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

_MAJOR = 0
_MINOR = 9
_MICRO = 20
_MICRO = 21
version = '%d.%d.%d' % (_MAJOR, _MINOR, _MICRO)
release = '%d.%d' % (_MAJOR, _MINOR)

Expand Down

0 comments on commit 2717f39

Please sign in to comment.