]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
chore: bump psycopg package version to 3.1.7.dev1
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Thu, 15 Dec 2022 15:36:20 +0000 (15:36 +0000)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Thu, 15 Dec 2022 15:36:20 +0000 (15:36 +0000)
psycopg/psycopg/version.py
psycopg_c/psycopg_c/version.py

index 9249c598f2b9e1d491c922d6ebd23817c7f4a477..cda45ea4589dbd7cb1a5ef68b8e25ecce5ba81fd 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.6"
+__version__ = "3.1.7.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 d07f1fe57e9116e564e7b276c35a9f74f4f7e448..d179716d96fd6a9b26f0c13e0b8a5261293944c4 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.6"
+__version__ = "3.1.7.dev1"
 
 # also change psycopg/psycopg/version.py accordingly.