Skip to content

Commit

Permalink
Pre-release for 0.16.4
Browse files Browse the repository at this point in the history
Signed-off-by: Bernát Gábor <[email protected]>
  • Loading branch information
gaborbernat committed Aug 5, 2021
1 parent 04b817c commit dcdc434
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dev
0.16.4

- Fix to `pipx ensurepath` to fix behavior in user locales other than UTF-8, to fix #644. The internal change is to use userpath v1.6.0 or greater. (#700)
- Fix virtual environment inspection for Python releases that uses an int for its release serial number. (#706)
Expand Down
2 changes: 1 addition & 1 deletion src/pipx/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version_info__ = (0, 16, 3, 1, "dev0")
__version_info__ = (0, 16, 4)
__version__ = ".".join(str(i) for i in __version_info__)

0 comments on commit dcdc434

Please sign in to comment.