Skip to content

Commit 76517a8

Browse files
committed
Pre-release 0.16.3.
1 parent 7b5684b commit 76517a8

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.3
22

33
- Organization: pipx is extremely pleased to now be a project of the Python Packaging Authority (PyPA)! Note that our github URL has changed to [pypa/pipx](https://github.com/pypa/pipx)
44
- Fixed `pipx list --json` to return valid json with no venvs installed. Previously would return and empty string to stdout. (#681)

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

0 commit comments

Comments
 (0)