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

index a98bc351225792414d82880cec464238dca6224d..74226eb522d0ce8f92a5d84f7b02284775623f55 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.7"
+__version__ = "3.1.8.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 5c989c2355f6a05088dcb8b2e2f365d84393b5b3..b2a22d98e09cbad778befc62140330536358fb06 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.7"
+__version__ = "3.1.8.dev1"
 
 # also change psycopg/psycopg/version.py accordingly.