]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
chore: bump psycopg-pool version to 3.1.3 pool-3.1.3
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 25 Oct 2022 18:02:28 +0000 (20:02 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 25 Oct 2022 18:02:28 +0000 (20:02 +0200)
docs/news_pool.rst
psycopg_pool/psycopg_pool/version.py

index 498b6a3db0e3f92531a16434fc6ace640a677559..6a07391441f7803dff19d5a6f923a06215c3c6cb 100644 (file)
@@ -7,18 +7,15 @@
 ``psycopg_pool`` release notes
 ==============================
 
-Future releases
+Current release
 ---------------
 
-psycopg_pool 3.1.3 (unreleased)
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+psycopg_pool 3.1.3
+^^^^^^^^^^^^^^^^^^
 
 - Add support for Python 3.11 (:ticket:`#305`).
 
 
-Current release
----------------
-
 psycopg_pool 3.1.2
 ^^^^^^^^^^^^^^^^^^
 
index 2f6e8ed692242020156aa32eeb25b61d4b0a153c..5e501d0b3c2813ae5442b6c04e31e4dfedb6eb96 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.3.dev0"
+__version__ = "3.1.3"
 # also change:
 # - `docs/news_pool.rst` to declare this version current or unreleased