]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
chore(pool): Bump pool version to 3.1.1 pool-3.1.1
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 19 Feb 2022 17:23:48 +0000 (18:23 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 19 Feb 2022 17:23:48 +0000 (18:23 +0100)
docs/news_pool.rst
psycopg_pool/psycopg_pool/version.py

index a059c7b88746fc0d356e43d3036aa874650fcc7c..f4aef6abefbb665a1c5c9d13f07cb0ea6a6eba1d 100644 (file)
@@ -7,19 +7,16 @@
 ``psycopg_pool`` release notes
 ==============================
 
-Future releases
+Current release
 ---------------
 
-psycopg_pool 3.1.1 (unreleased)
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+psycopg_pool 3.1.1
+^^^^^^^^^^^^^^^^^^
 
 - Fix race condition on pool creation which might result in the pool not
   filling (:ticket:`#230`).
 
 
-Current release
----------------
-
 psycopg_pool 3.1.0
 ------------------
 
index 7b651e1bbf023653f1d70def0cab4817f800c791..3cdab07777b0a663e952f59af35378f90cf8d66f 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.1.dev0"
+__version__ = "3.1.1"
 # also change:
 # - `docs/news_pool.rst` to declare this version current or unreleased