Skip to content

Commit

Permalink
Update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
andfoy committed Jul 15, 2017
1 parent bb7d782 commit 47ace7d
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 4 deletions.
28 changes: 25 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,37 @@
## Version 0.1.1 (2017/07/15)
## Version 0.1.2 (2017/07/15)

### Issues Closed

* [Issue 41](https://github.com/spyder-ide/pywinpty/issues/41) - Release 0.1.2
* [Issue 35](https://github.com/spyder-ide/pywinpty/issues/35) - Add a RELEASE.md
* [Issue 34](https://github.com/spyder-ide/pywinpty/issues/34) - Add a CHANGELOG.md
* [Issue 33](https://github.com/spyder-ide/pywinpty/issues/33) - Get to know if a process is alive or not
* [Issue 30](https://github.com/spyder-ide/pywinpty/issues/30) - Improve external build documentation

In this release 5 issues were closed.

### Pull Requests Merged

* [PR 40](https://github.com/spyder-ide/pywinpty/pull/40) - PR: Improve README building from source section
* [PR 39](https://github.com/spyder-ide/pywinpty/pull/39) - PR: Add release instructions
* [PR 38](https://github.com/spyder-ide/pywinpty/pull/38) - PR: Check if a process is alive

In this release 3 pull requests were closed.


## Version 0.1.1 (2017-07-15)

### Issues Closed

* [Issue 36](https://github.com/spyder-ide/pywinpty/issues/36) - Release v0.1.1
* [Issue 32](https://github.com/spyder-ide/pywinpty/issues/32) - Add code autoformatter
* [Issue 27](https://github.com/spyder-ide/pywinpty/issues/27) - Update README usage documentation
* [Issue 27](https://github.com/spyder-ide/pywinpty/issues/27) - Update README usage documentation
* [Issue 22](https://github.com/spyder-ide/pywinpty/issues/22) - Add basic tests
* [Issue 21](https://github.com/spyder-ide/pywinpty/issues/21) - add .txt to LICENSE to be windows friendly
* [Issue 20](https://github.com/spyder-ide/pywinpty/issues/20) - Add LICENSE to Manifest.in
* [Issue 4](https://github.com/spyder-ide/pywinpty/issues/4) - Add CI integration

In this release 6 issues were closed.
In this release 7 issues were closed.

### Pull Requests Merged

Expand Down
24 changes: 24 additions & 0 deletions CHANGELOG.temp
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
## Version 0.1.1 (2017-07-15)

### Issues Closed

* [Issue 36](https://github.com/spyder-ide/pywinpty/issues/36) - Release v0.1.1
* [Issue 32](https://github.com/spyder-ide/pywinpty/issues/32) - Add code autoformatter
* [Issue 27](https://github.com/spyder-ide/pywinpty/issues/27) - Update README usage documentation
* [Issue 22](https://github.com/spyder-ide/pywinpty/issues/22) - Add basic tests
* [Issue 21](https://github.com/spyder-ide/pywinpty/issues/21) - add .txt to LICENSE to be windows friendly
* [Issue 20](https://github.com/spyder-ide/pywinpty/issues/20) - Add LICENSE to Manifest.in
* [Issue 4](https://github.com/spyder-ide/pywinpty/issues/4) - Add CI integration

In this release 7 issues were closed.

### Pull Requests Merged

* [PR 29](https://github.com/spyder-ide/pywinpty/pull/29) - PR: Add appveyor CI integration
* [PR 28](https://github.com/spyder-ide/pywinpty/pull/28) - PR: Update README usage documentation
* [PR 26](https://github.com/spyder-ide/pywinpty/pull/26) - PR: Add LICENSE.txt to MANIFEST.in file
* [PR 25](https://github.com/spyder-ide/pywinpty/pull/25) - PR: Add spawn process failure test
* [PR 24](https://github.com/spyder-ide/pywinpty/pull/24) - PR: Minor test corrections
* [PR 23](https://github.com/spyder-ide/pywinpty/pull/23) - PR: Basic tests addition

In this release 6 pull requests were closed.
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 @@
# yapf: enable

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

0 comments on commit 47ace7d

Please sign in to comment.