Skip to content

Commit

Permalink
Pre-release 0.16.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
itsayellow committed Apr 29, 2021
1 parent db9cfd1 commit f28495d
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.2.1

- Changed non-venv-info warnings and notices from `pipx list` to print to stderr. This especially prevents `pipx list --json` from printing invalid json to stdout. (#680)
- Fixed bug that could cause uninstall on Windows with injected packages to uninstall too many apps from the local binary directory. (#679)
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, 2, 0, 1, "dev0")
__version_info__ = (0, 16, 2, 1)
__version__ = ".".join(str(i) for i in __version_info__)

0 comments on commit f28495d

Please sign in to comment.