]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
chore: bump psycopg_pool package version to 3.3.0 chore/release-3.3 pool-3.3.0
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 1 Dec 2025 03:19:11 +0000 (04:19 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 1 Dec 2025 03:24:15 +0000 (04:24 +0100)
docs/news_pool.rst
psycopg_pool/pyproject.toml

index 657cf1b34bc9556034e4f741984fe519970a1134..5b5fcea79680f7830a06f8cb9056c4468e3f6296 100644 (file)
@@ -7,11 +7,11 @@
 ``psycopg_pool`` release notes
 ==============================
 
-Future releases
+Current release
 ---------------
 
-psycopg_pool 3.3.0 (unreleased)
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+psycopg_pool 3.3.0
+------------------
 
 - Add `~ConnectionPool.drain()` method (:ticket:`#1215`).
 - Allow the `!conninfo` and `!kwargs` `ConnectionPool` parameters to be callable
@@ -20,9 +20,6 @@ psycopg_pool 3.3.0 (unreleased)
   SQLAlchemy <pool-sqlalchemy>` (:ticket:`#1046`).
 
 
-Current release
----------------
-
 psycopg_pool 3.2.8
 ^^^^^^^^^^^^^^^^^^
 
index 4e15ea5d5a4bec606b3f79132fe2f0aa34a9e078..fd88510a14c672dbed0942700407a58ba0f1ef51 100644 (file)
@@ -7,7 +7,7 @@ name = "psycopg-pool"
 description = "Connection Pool for Psycopg"
 
 # STOP AND READ! if you change:
-version = "3.3.0.dev1"
+version = "3.3.0"
 # also change:
 # - `docs/news_pool.rst` to declare this version current or unreleased