Skip to content

Commit 2c37ed5

Browse files
committed
Pre-release 0.16.1.0.
1 parent 7ce040f commit 2c37ed5

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

33
- Introduce the `pipx.run` entry point group as an alternative way to declare an application for `pipx run`.
44
- Fix cursor show/hide to work with older versions of Windows. (#610)

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

0 commit comments

Comments
 (0)