Skip to content

Commit 51156ed

Browse files
committed
Pre-release 0.17.0
1 parent ad36b1c commit 51156ed

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

33
- Support `pipx run` with version constraints and extras. (#697)
44

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

0 commit comments

Comments
 (0)