]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
chore: bump psycopg_pool package version to 3.1.6 pool-3.1.6
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 28 Jan 2023 16:52:26 +0000 (17:52 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 28 Jan 2023 16:52:26 +0000 (17:52 +0100)
docs/news_pool.rst
psycopg_pool/psycopg_pool/version.py

index 1c854e7d4e39fd7c17b97db4b2576b7b6b2f56cf..3335b10843c9370a7b81fee082fcfb882f98139c 100644 (file)
@@ -7,19 +7,16 @@
 ``psycopg_pool`` release notes
 ==============================
 
-Future releases
+Current release
 ---------------
 
-psycopg_pool 3.1.6 (unreleased)
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+psycopg_pool 3.1.6
+^^^^^^^^^^^^^^^^^^
 
 - Declare all parameters in pools constructors, instead of using `!**kwargs`
   (:ticket:`#493`).
 
 
-Current release
----------------
-
 psycopg_pool 3.1.5
 ^^^^^^^^^^^^^^^^^^
 
index 3645d78854f8a008226d1d1ec1c6f335ef908c5c..c69fc4a04193d7e62714e4c7bac4902c37753688 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.6.dev1"
+__version__ = "3.1.6"
 # also change:
 # - `docs/news_pool.rst` to declare this version current or unreleased