]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
chore: bump psycopg package version to 3.1.14 3.1.14
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 2 Dec 2023 02:20:04 +0000 (03:20 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 2 Dec 2023 02:20:04 +0000 (03:20 +0100)
docs/news.rst
psycopg/psycopg/version.py
psycopg_c/psycopg_c/version.py

index 5344e32694fd1cb47025d09dd6973552d9872f96..b2d74212454651dca7e0129e6126b41b04835c25 100644 (file)
@@ -7,11 +7,11 @@
 ``psycopg`` release notes
 =========================
 
-Future releases
+Current release
 ---------------
 
-Psycopg 3.1.14 (unreleased)
-^^^^^^^^^^^^^^^^^^^^^^^^^^^
+Psycopg 3.1.14
+^^^^^^^^^^^^^^
 
 - Fix :ref:`interaction with gevent <gevent>` (:ticket:`#527`).
 - Add support for PyPy (:ticket:`#686`).
@@ -19,9 +19,6 @@ Psycopg 3.1.14 (unreleased)
 .. _gevent: https://www.gevent.org/
 
 
-Current release
----------------
-
 Psycopg 3.1.13
 ^^^^^^^^^^^^^^
 
index 4bd038e2d0cd778a8ba61bca0ca9460d4e4afef6..36a760a52dc0a31e8426bebcdb7cf052784420fe 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.13"
+__version__ = "3.1.14"
 # 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 5f1410c22512c4586f2325f3c9f8f5f094d5dbc6..d1ad1a3ff554ec1089fa7410bc071e5937839179 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.13"
+__version__ = "3.1.14"
 
 # also change psycopg/psycopg/version.py accordingly.