Skip to content

Commit

Permalink
Set release version to v0.5.1, add release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
andfoy committed Dec 1, 2017
1 parent c0d8ba0 commit 83a60b7
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## Version 0.5.1 (2017/12/01)

### Issues Closed

* [Issue 83](https://github.com/spyder-ide/pywinpty/issues/83) - Release 0.5.1
* [Issue 81](https://github.com/spyder-ide/pywinpty/issues/81) - Update instructions to build from source for Python 2
* [Issue 77](https://github.com/spyder-ide/pywinpty/issues/77) - Why is the tarball so huge?

In this release 3 issues were closed.

### Pull Requests Merged

* [PR 82](https://github.com/spyder-ide/pywinpty/pull/82) - PR: Add Python 2.7 build notes
* [PR 80](https://github.com/spyder-ide/pywinpty/pull/80) - Add trove classifier and note about VS Runtime
* [PR 78](https://github.com/spyder-ide/pywinpty/pull/78) - PR: Do not include binaries in the tarball

In this release 3 pull requests were closed.


## Version 0.5 (2017/11/27)

### 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 @@ -16,5 +16,5 @@

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

0 comments on commit 83a60b7

Please sign in to comment.