Skip to content

Commit dcfb0fb

Browse files
author
Chad Smith
authored
update docs and increment version (#409)
1 parent 609c824 commit dcfb0fb

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/changelog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
dev
22

3+
0.15.3.0
4+
- [feature] Use symlinks on Windows when symlinks are available
5+
36
0.15.2.0
47

5-
- [feature] Use symlinks on Windows when symlinks are available
68
- [bugfix] Improved error reporting during venv metadata inspection.
79
- [bugfix] Fixed incompatibility with pypy as venv interpreter (#372).
810
- [bugfix] Replaced implicit dependency on setuptools with an explicit dependency on packaging (#339).

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

0 commit comments

Comments
 (0)