]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
chore: bump psycopg package version to 3.1.13.dev1
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 27 Sep 2023 00:33:17 +0000 (02:33 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 27 Sep 2023 00:33:17 +0000 (02:33 +0200)
psycopg/psycopg/version.py
psycopg_c/psycopg_c/version.py

index 4392043ffee8a66532ec93c51c320961587923c5..ebdba740cd5387b3d2ce61746eac793980660305 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.12"
+__version__ = "3.1.13.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 c8bc33d5545d1885b4351c89c8637d5c5dcc35f0..408cfe77c1899bbaffeef6d84be97f20d6010a09 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.12"
+__version__ = "3.1.13.dev1"
 
 # also change psycopg/psycopg/version.py accordingly.