]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
chore; bump pool version number for release pool-3.1.4
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 4 Nov 2022 16:33:12 +0000 (17:33 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 4 Nov 2022 16:33:12 +0000 (17:33 +0100)
docs/news_pool.rst
psycopg_pool/psycopg_pool/version.py

index 2f6473175512d75d21b3affd3e687b2196127702..ce6f98ba1448025edacf2d0a823b8a2218bb2b1d 100644 (file)
@@ -7,19 +7,16 @@
 ``psycopg_pool`` release notes
 ==============================
 
-Future releases
+Current release
 ---------------
 
-psycopg_pool 3.1.4 (unreleased)
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+psycopg_pool 3.1.4
+^^^^^^^^^^^^^^^^^^
 
 - Fix async pool exhausting connections, happening if the pool is created
   before the event loop is started (:ticket:`#219`).
 
 
-Current release
----------------
-
 psycopg_pool 3.1.3
 ^^^^^^^^^^^^^^^^^^
 
index 07145d6d918ce9b8841dc1f37dbc8151d63a3370..1441dd2b31c2e24120943036665ed7b190184136 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.4.dev0"
+__version__ = "3.1.4"
 # also change:
 # - `docs/news_pool.rst` to declare this version current or unreleased