]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
chore: bump psycopg package version to 3.1.15.dev1
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 2 Dec 2023 09:32:54 +0000 (10:32 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 2 Dec 2023 09:32:54 +0000 (10:32 +0100)
psycopg/psycopg/version.py
psycopg_c/psycopg_c/version.py

index 36a760a52dc0a31e8426bebcdb7cf052784420fe..ff1a0283fad2f19ee793d2c643aae1808b54f5b9 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.14"
+__version__ = "3.1.15.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 d1ad1a3ff554ec1089fa7410bc071e5937839179..0ff232ba5826f846f57821db1ac213c58cc89c54 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.14"
+__version__ = "3.1.15.dev1"
 
 # also change psycopg/psycopg/version.py accordingly.