]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
chore: bump psycopg_pool package version to 3.1.7 pool-3.1.7
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 27 Mar 2023 00:07:50 +0000 (02:07 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 27 Mar 2023 00:07:50 +0000 (02:07 +0200)
docs/news_pool.rst
psycopg_pool/psycopg_pool/version.py

index d63d96d8b1d50764b59a3027fffc71969e70ec87..8d4ec4567ec041a7e703a3b3dfb10b900de1c9ca 100644 (file)
@@ -7,19 +7,16 @@
 ``psycopg_pool`` release notes
 ==============================
 
-Future releases
+Current release
 ---------------
 
-psycopg_pool 3.1.7 (unreleased)
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+psycopg_pool 3.1.7
+^^^^^^^^^^^^^^^^^^
 
 - Fix handling of tasks cancelled while waiting in async pool queue
   (:ticket:`#503`).
 
 
-Current release
----------------
-
 psycopg_pool 3.1.6
 ^^^^^^^^^^^^^^^^^^
 
index 23607837db5e1320a4a702f8acfaa68a20a815ae..1ce35c7884b32873263a8af495aaaae74f107924 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.7.dev1"
+__version__ = "3.1.7"
 # also change:
 # - `docs/news_pool.rst` to declare this version current or unreleased