Skip to content

Commit bea60ae

Browse files
committed
Release 1.3.0
Signed-off-by: Bernát Gábor <[email protected]>
1 parent 7184de2 commit bea60ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## dev
1+
## 1.3.0
22

33
- Check whether pip module exists in shared lib before performing any actions, such as `reinstall-all`.
44
- Drop `setuptools` and `wheel` from the shared libraries. This results in less time consumption when the libraries are

src/pipx/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version_info__ = (1, 2, 0, 1, "dev0")
1+
__version_info__ = (1, 3, 0)
22
__version__ = ".".join(str(i) for i in __version_info__)

0 commit comments

Comments
 (0)