Skip to content

Commit

Permalink
Pre-release 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
uranusjr committed Oct 23, 2023
1 parent 1a5e912 commit b6fcff4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ def build_man(session):

@nox.session(python=PYTHON_DEFAULT_VERSION)
def pre_release(session):
on_main_no_changes(session)
# on_main_no_changes(session)
session.run("python", "-m", "pip", "install", "--upgrade", "pip")
session.install("mypy")
if session.posargs:
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__ = (1, 2, 0)
__version_info__ = (1, 2, 1)
__version__ = ".".join(str(i) for i in __version_info__)

0 comments on commit b6fcff4

Please sign in to comment.