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

index 94707d7aad00f75d016173a4a43d0404208bd6aa..e268c6701925a0761c05f48053426726b7b72225 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.15"
+__version__ = "3.1.16.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 36e39ad376179150ee8be62fc5a7f52282130392..cca5750522fefefe72f7ecd6d5a5375821314505 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.15"
+__version__ = "3.1.16.dev1"
 
 # also change psycopg/psycopg/version.py accordingly.