]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
chore: bump psycopg package version to 3.1.17.dev1
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 19 Dec 2023 01:27:19 +0000 (02:27 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 19 Dec 2023 01:27:19 +0000 (02:27 +0100)
psycopg/psycopg/version.py
psycopg_c/psycopg_c/version.py

index bc9143c8dd9b7e0543ef72ef9b9fad4171c37a06..40530abc0e21325f94615ad4cee6c8adb128dbdd 100644 (file)
@@ -8,7 +8,7 @@ psycopg distribution version file.
 # https://www.python.org/dev/peps/pep-0440/
 
 # STOP AND READ! if you change:
-__version__ = "3.1.16"
+__version__ = "3.1.17.dev1"
 # also change:
 # - `docs/news.rst` to declare this as the current version or an unreleased one
 # - `psycopg_c/psycopg_c/version.py` to the same version.
index ce15634b815edff33ebf75be66401fe183ee7157..8bdbf56fe387e0f72da75dbd9081ddbbae4172ea 100644 (file)
@@ -6,6 +6,6 @@ psycopg-c distribution version file.
 
 # Use a versioning scheme as defined in
 # https://www.python.org/dev/peps/pep-0440/
-__version__ = "3.1.16"
+__version__ = "3.1.17.dev1"
 
 # also change psycopg/psycopg/version.py accordingly.