]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
chore: bump psycopg-pool version to 3.1.2 pool-3.1.2
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 7 Sep 2022 11:01:04 +0000 (12:01 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 7 Sep 2022 11:01:04 +0000 (12:01 +0100)
docs/news_pool.rst
psycopg_pool/psycopg_pool/version.py

index b2ecf0bbc7acc3822d5f4e85c6c76b19b1f0ab4e..2f828d4ef8f31d889b767b4a5c4a28534b33acca 100644 (file)
@@ -7,19 +7,16 @@
 ``psycopg_pool`` release notes
 ==============================
 
-Future releases
+Current release
 ---------------
 
-psycopg_pool 3.1.2 (unreleased)
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+psycopg_pool 3.1.2
+^^^^^^^^^^^^^^^^^^
 
 - Fix possible failure to reconnect after losing connection from the server
   (:ticket:`#370`).
 
 
-Current release
----------------
-
 psycopg_pool 3.1.1
 ^^^^^^^^^^^^^^^^^^
 
index 7d1c6a68c803d94c2c07acea349c1bac6c650e38..1490318f27b55c952f2c6857fb457f19f6f81f90 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.2.dev0"
+__version__ = "3.1.2"
 # also change:
 # - `docs/news_pool.rst` to declare this version current or unreleased