Skip to content

Commit

Permalink
Release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andfoy committed Apr 27, 2021
1 parent bad874c commit 6664443
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 1.0.1 (2021/04/27)

### Issues Closed

* [Issue 145](https://github.com/spyder-ide/pywinpty/issues/145) - Release v1.0.1
* [Issue 143](https://github.com/spyder-ide/pywinpty/issues/143) - Pip attempts to install pywinpty on Python 2.7 ([PR 144](https://github.com/spyder-ide/pywinpty/pull/144) by [@andfoy](https://github.com/andfoy))

In this release 2 issues were closed.

### Pull Requests Merged

* [PR 144](https://github.com/spyder-ide/pywinpty/pull/144) - PR: Add requires-python key in pyproject.toml, by [@andfoy](https://github.com/andfoy) ([143](https://github.com/spyder-ide/pywinpty/issues/143))

In this release 1 pull request was closed.


## Version 1.0.0 (2021/04/26)

### Issues Closed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pywinpty"
version = "1.0.1-dev0"
version = "1.0.1"
authors = ["Edgar Andrés Margffoy Tuay <andfoy@gmail.com>"]
description = "Pseudo terminal support for Windows from Python."
repository = "https://github.com/spyder-ide/pywinpty"
Expand Down

0 comments on commit 6664443

Please sign in to comment.