]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
Prepare psycopg_pool 3.1 for release pool-3.1
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 5 Feb 2022 15:50:37 +0000 (16:50 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 5 Feb 2022 15:50:37 +0000 (16:50 +0100)
docs/news_pool.rst
psycopg_pool/psycopg_pool/version.py

index 69508d574cb973a7b766a6a5f7931af7460f8521..8a1154d2e2acee42a03229c9b7fa11b253d18c1b 100644 (file)
@@ -7,20 +7,17 @@
 ``psycopg_pool`` release notes
 ==============================
 
-Future releases
+Current release
 ---------------
 
-psycopg_pool 3.1.0 (unreleased)
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+psycopg_pool 3.1.0
+------------------
 
 - Add :ref:`null-pool` (:ticket:`#148`).
 - Add `ConnectionPool.open()` and *open* parameter to the pool init
   (:ticket:`#151`).
 
 
-Current release
----------------
-
 psycopg_pool 3.0.3
 ^^^^^^^^^^^^^^^^^^
 
index 514daaf68fccb8ba391819d83ae8d3b08c2a8370..2f9f921ba7897d0787bacf96a21b5f466c3f9424 100644 (file)
@@ -6,7 +6,8 @@ psycopg pool version file.
 
 # Use a versioning scheme as defined in
 # https://www.python.org/dev/peps/pep-0440/
+
 # STOP AND READ! if you change:
-__version__ = "3.1.dev0"
+__version__ = "3.1"
 # also change:
 # - `docs/news_pool.rst` to declare this version current or unreleased