Skip to content

Commit 53c4f2b

Browse files
authored
Pre-release 1.1.0 (#845)
1 parent 5a1ecbb commit 53c4f2b

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

CHANGELOG.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
## dev
2-
31
## 1.1.0
42

53
- Fix encoding issue on Windows when pip fails to install a package

src/pipx/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version_info__ = (1, 1, 0, "rc0")
1+
__version_info__ = (1, 1, 0)
22
__version__ = ".".join(str(i) for i in __version_info__)

0 commit comments

Comments
 (0)