Skip to content

Commit e004f5f

Browse files
authored
Update versions to 0.15.5.1. (#483)
1 parent 5bbd1af commit e004f5f

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

33
- [bugfix] Fixed regression of 0.15.5.0 which erroneously made installing from a local path with package extras not possible.
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, 15, 5, 0, "dev")
1+
__version_info__ = (0, 15, 5, 1)
22
__version__ = ".".join(str(i) for i in __version_info__)

0 commit comments

Comments
 (0)