Skip to content

Commit 078f260

Browse files
committed
Pre-release 1.0.0
1 parent a259642 commit 078f260

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+
1.0.0
22

33
- Support [argcomplete 2.0.0](https://pypi.org/project/argcomplete/2.0.0) (#790)
44
- Include machinery to build a manpage for pipx with [argparse-manpage](https://pypi.org/project/argparse-manpage/).

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

0 commit comments

Comments
 (0)