]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
chore: bump psycopg_pool package version to 3.1.9 pool-3.1.9
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 11 Nov 2023 19:04:30 +0000 (19:04 +0000)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 11 Nov 2023 19:04:30 +0000 (19:04 +0000)
docs/news_pool.rst
psycopg_pool/psycopg_pool/version.py

index 714c12180869dd1c6c1bf78238af63465780e046..3f29ef97a813cf79d28f9bb5f2f843ed67b938fc 100644 (file)
@@ -7,19 +7,16 @@
 ``psycopg_pool`` release notes
 ==============================
 
-Future releases
+Current release
 ---------------
 
-psycopg_pool 3.1.9 (unreleased)
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+psycopg_pool 3.1.9
+^^^^^^^^^^^^^^^^^^
 
 - Fix the return type annotation of `!NullConnectionPool.__enter__()`
   (part of :ticket:`#540`).
 
 
-Current release
----------------
-
 psycopg_pool 3.1.8
 ^^^^^^^^^^^^^^^^^^
 
index cffb2862f48e9f5cbf9bdbc57bbbd2b80b1e96a2..084810ee41ea56bd62f6d1fd86d372c9d6093a74 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.9.dev1"
+__version__ = "3.1.9"
 # also change:
 # - `docs/news_pool.rst` to declare this version current or unreleased