]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
chore: bump psycopg package version to 3.1.7
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 20 Dec 2022 03:46:27 +0000 (03:46 +0000)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 20 Dec 2022 03:46:27 +0000 (03:46 +0000)
docs/news.rst
psycopg/psycopg/version.py
psycopg_c/psycopg_c/version.py

index e4fd81ec21f1fead40bef14b77650cccc02dabf7..46dfbe7b473245541c3abc59f521e90746215f5b 100644 (file)
@@ -7,18 +7,15 @@
 ``psycopg`` release notes
 =========================
 
-Future releases
+Current release
 ---------------
 
-Psycopg 3.1.7 (unreleased)
-^^^^^^^^^^^^^^^^^^^^^^^^^^
+Psycopg 3.1.7
+^^^^^^^^^^^^^
 
 - Fix server-side cursors using row factories (:ticket:`#464`).
 
 
-Current release
----------------
-
 Psycopg 3.1.6
 ^^^^^^^^^^^^^
 
index cda45ea4589dbd7cb1a5ef68b8e25ecce5ba81fd..a98bc351225792414d82880cec464238dca6224d 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.dev1"
+__version__ = "3.1.7"
 # 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 d179716d96fd6a9b26f0c13e0b8a5261293944c4..5c989c2355f6a05088dcb8b2e2f365d84393b5b3 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.dev1"
+__version__ = "3.1.7"
 
 # also change psycopg/psycopg/version.py accordingly.