]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
chore: bump psycopg package version to 3.1.12.dev1
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 23 Sep 2023 11:32:37 +0000 (13:32 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 23 Sep 2023 11:32:37 +0000 (13:32 +0200)
psycopg/psycopg/version.py
psycopg_c/psycopg_c/version.py

index e72dc48f0bf3633df7fbcdd5a515486d9649a52f..a33420c8b231b17e01d8cbf63bf1515657289f12 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.11"
+__version__ = "3.1.12.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 00fa5b7f8a0c13190027b625c7f2a870d1466be3..5cf1839acb55b3c1557d7e3bf0cd739e22a8135b 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.11"
+__version__ = "3.1.12.dev1"
 
 # also change psycopg/psycopg/version.py accordingly.