Skip to content

Commit

Permalink
Set release version to 0.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
andfoy committed Nov 27, 2019
1 parent bec0a9f commit c4789c6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## Version 0.5.7 (2019/11/26)

### Issues Closed

* [Issue 128](https://github.com/spyder-ide/pywinpty/issues/128) - Release v0.5.7

In this release 1 issue was closed.

### Pull Requests Merged

* [PR 127](https://github.com/spyder-ide/pywinpty/pull/127) - PR: Debug Python 3.8 wheel building

In this release 1 pull request was closed.


## Version 0.5.6 (2019/11/26)

### Issues Closed
Expand Down
2 changes: 1 addition & 1 deletion winpty/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@

PTY
PtyProcess
VERSION_INFO = (0, 6, 0, 'dev0')
VERSION_INFO = (0, 5, 7)
__version__ = '.'.join(map(str, VERSION_INFO))

0 comments on commit c4789c6

Please sign in to comment.