Skip to content

Commit a59383f

Browse files
committed
Post-release 0.16.5
Signed-off-by: Bernát Gábor <[email protected]>
1 parent 4731ea3 commit a59383f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs/changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
dev
2+
3+
14
0.16.5
25

36
- Fixed `pipx list` output phrasing to convey that python version displayed is the one with which package was installed.

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

0 commit comments

Comments
 (0)