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

index 425c132f056d3a728e5e4588472b7329b53ae4b8..e7233696d35d08950d551b7582ea180f1002cf06 100644 (file)
@@ -7,19 +7,16 @@
 ``psycopg`` release notes
 =========================
 
-Future releases
+Current release
 ---------------
 
-Psycopg 3.1.16 (unreleased)
-^^^^^^^^^^^^^^^^^^^^^^^^^^^
+Psycopg 3.1.16
+^^^^^^^^^^^^^^
 
 - Fix empty ports handling in async multiple connection attempts
   (:ticket:`#703`).
 
 
-Current release
----------------
-
 Psycopg 3.1.15
 ^^^^^^^^^^^^^^
 
index e268c6701925a0761c05f48053426726b7b72225..bc9143c8dd9b7e0543ef72ef9b9fad4171c37a06 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.16.dev1"
+__version__ = "3.1.16"
 # 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 cca5750522fefefe72f7ecd6d5a5375821314505..ce15634b815edff33ebf75be66401fe183ee7157 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.16.dev1"
+__version__ = "3.1.16"
 
 # also change psycopg/psycopg/version.py accordingly.