Skip to content

Commit

Permalink
Releasing version 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
j-bennet committed Oct 31, 2023
1 parent 525487c commit 04ca41a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion changelog.rst
@@ -1,5 +1,5 @@
==================
4.0.1 (2023-11-29)
4.0.1 (2023-11-30)
==================

Internal:
Expand Down
2 changes: 1 addition & 1 deletion pgcli/__init__.py
@@ -1 +1 @@
__version__ = "4.0.0"
__version__ = "4.0.1"
2 changes: 1 addition & 1 deletion release.py
Expand Up @@ -57,7 +57,7 @@ def version(version_file):

def commit_for_release(version_file, ver):
run_step("git", "reset")
run_step("git", "add", version_file)
run_step("git", "add", "-u")
run_step("git", "commit", "--message", "Releasing version {}".format(ver))


Expand Down

0 comments on commit 04ca41a

Please sign in to comment.