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

index 1477a6199fa45c2360e9c7dc607d77ee5acd9fca..7f212e04691776042585c5526e6dab0143ed027e 100644 (file)
@@ -7,20 +7,17 @@
 ``psycopg_pool`` release notes
 ==============================
 
-Future releases
+Current release
 ---------------
 
-psycopg_pool 3.1.5 (unreleased)
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+psycopg_pool 3.1.5
+^^^^^^^^^^^^^^^^^^
 
 - Make sure that `!ConnectionPool.check()` refills an empty pool
   (:ticket:`#438`).
 - Avoid error in Pyright caused by aliasing `!TypeAlias` (:ticket:`#439`).
 
 
-Current release
----------------
-
 psycopg_pool 3.1.4
 ^^^^^^^^^^^^^^^^^^
 
index 4a2780accb8ca4f7f6f5a152595043d2db37120d..fc99bbd90959f8d0276d7d2b94094f422d81bd96 100644 (file)
@@ -8,6 +8,6 @@ psycopg pool version file.
 # https://www.python.org/dev/peps/pep-0440/
 
 # STOP AND READ! if you change:
-__version__ = "3.1.5.dev0"
+__version__ = "3.1.5"
 # also change:
 # - `docs/news_pool.rst` to declare this version current or unreleased