Skip to content

Commit

Permalink
Pre-release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborbernat committed Jan 4, 2022
1 parent a259642 commit 078f260
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dev
1.0.0

- Support [argcomplete 2.0.0](https://pypi.org/project/argcomplete/2.0.0) (#790)
- Include machinery to build a manpage for pipx with [argparse-manpage](https://pypi.org/project/argparse-manpage/).
Expand Down
2 changes: 1 addition & 1 deletion src/pipx/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version_info__ = (0, 17, 0, 1, "dev0")
__version_info__ = (1, 0, 0)
__version__ = ".".join(str(i) for i in __version_info__)

0 comments on commit 078f260

Please sign in to comment.