Skip to content

Commit

Permalink
Version bump for #53 / #57 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
msukmanowsky committed Aug 28, 2014
1 parent d9d3493 commit 7d79cb4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 1.0.1 - Aug 28, 2014

Fixes bug in #57 regarding executing local tasks (like sparse run) with
pty=True.

### 1.0.0 - Aug 25, 2014

This is a major release that introduces several potentially breaking API
Expand Down
2 changes: 1 addition & 1 deletion streamparse/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
:organization: Parsely
'''

__version__ = '1.0.0'
__version__ = '1.0.1'
VERSION = tuple(int(x) for x in __version__.split('.'))

0 comments on commit 7d79cb4

Please sign in to comment.