]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
chore: bump psycopg_pool package version to 3.3.1 3.3.4 pool-3.3.1
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 1 May 2026 20:41:15 +0000 (22:41 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 1 May 2026 20:41:15 +0000 (22:41 +0200)
docs/news_pool.rst
psycopg_pool/pyproject.toml

index 332331ec9428ea27479adfe0c9d915758e1e85bf..bd95d2d8f705b043b197ab7817e0e089e17a2d0f 100644 (file)
@@ -7,11 +7,11 @@
 ``psycopg_pool`` release notes
 ==============================
 
-Future releases
+Current release
 ---------------
 
-psycopg_pool 3.3.1 (unreleased)
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+psycopg_pool 3.3.1
+^^^^^^^^^^^^^^^^^^
 
 - Fix residual race condition catching `~asyncio.CancelledError` on connection
   (:ticket:`#1275`).
@@ -19,9 +19,6 @@ psycopg_pool 3.3.1 (unreleased)
   `~ConnectionPool.open()` thread-safe (:ticket:`#1300`).
 
 
-Current release
----------------
-
 psycopg_pool 3.3.0
 ------------------
 
index 8196228cce1f1bcb2f7c538d1b3fbe5cde118d57..6a1973f1b9793f3fc99500b8b5abf3b078f6b297 100644 (file)
@@ -7,7 +7,7 @@ name = "psycopg-pool"
 description = "Connection Pool for Psycopg"
 
 # STOP AND READ! if you change:
-version = "3.3.1.dev1"
+version = "3.3.1"
 # also change:
 # - `docs/news_pool.rst` to declare this version current or unreleased