]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
chore: bump psycopg_pool package version to 3.2.1 pool-3.2.1
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 7 Jan 2024 01:42:03 +0000 (02:42 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 7 Jan 2024 01:42:03 +0000 (02:42 +0100)
docs/news_pool.rst
psycopg_pool/setup.cfg

index 84c2020779457882203264c7d05860fe1ffeaa97..d7074c253032cfa1fe64261d18118d1855cafcbf 100644 (file)
@@ -7,11 +7,11 @@
 ``psycopg_pool`` release notes
 ==============================
 
-Future releases
+Current release
 ---------------
 
-psycopg_pool 3.2.1 (unreleased)
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+psycopg_pool 3.2.1
+^^^^^^^^^^^^^^^^^^
 
 - Respect the `!timeout` parameter on `~ConnectionPool.connection()` when
   `!check` fails. Also avoid a busy-loop of checking; separate check attempts
@@ -20,9 +20,6 @@ psycopg_pool 3.2.1 (unreleased)
   managers and other self-returning methods (see :ticket:`708`).
 
 
-Current release
----------------
-
 psycopg_pool 3.2.0
 ^^^^^^^^^^^^^^^^^^
 
index 5889b1738aab9c43cd182b60ebbbf3c2ff788e7a..eb8a2501683af3e615da0ac7e95d24cbe36cdaa0 100644 (file)
@@ -7,7 +7,7 @@ author_email = daniele.varrazzo@gmail.com
 license = GNU Lesser General Public License v3 (LGPLv3)
 
 # STOP AND READ! if you change:
-version = 3.2.1.dev1
+version = 3.2.1
 # also change:
 # - `docs/news_pool.rst` to declare this version current or unreleased