From 04ca41a26259a83ebc027e8d16e4a63856ec6055 Mon Sep 17 00:00:00 2001 From: Irina Truong Date: Mon, 30 Oct 2023 20:34:14 -0700 Subject: Releasing version 4.0.1 --- changelog.rst | 2 +- pgcli/__init__.py | 2 +- release.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/changelog.rst b/changelog.rst index 32511029..7d088398 100644 --- a/changelog.rst +++ b/changelog.rst @@ -1,5 +1,5 @@ ================== -4.0.1 (2023-11-29) +4.0.1 (2023-11-30) ================== Internal: diff --git a/pgcli/__init__.py b/pgcli/__init__.py index ce1305bf..76ad18b8 100644 --- a/pgcli/__init__.py +++ b/pgcli/__init__.py @@ -1 +1 @@ -__version__ = "4.0.0" +__version__ = "4.0.1" diff --git a/release.py b/release.py index 4237efd9..42a72a9c 100644 --- a/release.py +++ b/release.py @@ -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)) -- cgit v1.2.3