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

index 51440d0bb55337b2c79b6523fff1460e24d32dee..ead1cb9829ae1da53be77dc11f627dbb2557403c 100644 (file)
@@ -7,11 +7,11 @@
 ``psycopg`` release notes
 =========================
 
-Future releases
+Current release
 ---------------
 
-Psycopg 3.1.15 (unreleased)
-^^^^^^^^^^^^^^^^^^^^^^^^^^^
+Psycopg 3.1.15
+^^^^^^^^^^^^^^
 
 - Fix use of ``service`` in connection string (regression in 3.1.13,
   :ticket:`#694`).
@@ -21,9 +21,6 @@ Psycopg 3.1.15 (unreleased)
   the connection timeout.
 
 
-Current release
----------------
-
 Psycopg 3.1.14
 ^^^^^^^^^^^^^^
 
index ff1a0283fad2f19ee793d2c643aae1808b54f5b9..94707d7aad00f75d016173a4a43d0404208bd6aa 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.15.dev1"
+__version__ = "3.1.15"
 # 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 0ff232ba5826f846f57821db1ac213c58cc89c54..36e39ad376179150ee8be62fc5a7f52282130392 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.15.dev1"
+__version__ = "3.1.15"
 
 # also change psycopg/psycopg/version.py accordingly.