Skip to content

Commit f28495d

Browse files
committed
Pre-release 0.16.2.1.
1 parent db9cfd1 commit f28495d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
dev
1+
0.16.2.1
22

33
- 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)
44
- Fixed bug that could cause uninstall on Windows with injected packages to uninstall too many apps from the local binary directory. (#679)

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__ = (0, 16, 2, 0, 1, "dev0")
1+
__version_info__ = (0, 16, 2, 1)
22
__version__ = ".".join(str(i) for i in __version_info__)

0 commit comments

Comments
 (0)