Skip to content

Commit

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

### Issues Closed

* [Issue 126](https://github.com/spyder-ide/pywinpty/issues/126) - Release v0.5.6
* [Issue 123](https://github.com/spyder-ide/pywinpty/issues/123) - pip install fails on Python 3.8/Windoes ([PR 125](https://github.com/spyder-ide/pywinpty/pull/125))

In this release 2 issues were closed.

### Pull Requests Merged

* [PR 125](https://github.com/spyder-ide/pywinpty/pull/125) - PR: Add support for Python 3.8 ([123](https://github.com/spyder-ide/pywinpty/issues/123))

In this release 1 pull request was closed.


## Version 0.5.5 (2018/12/09)

### 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, 6)
__version__ = '.'.join(map(str, VERSION_INFO))

0 comments on commit 92c31e2

Please sign in to comment.