From: Daniele Varrazzo Date: Fri, 4 Nov 2022 16:33:12 +0000 (+0100) Subject: chore; bump pool version number for release X-Git-Tag: pool-3.1.4^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8892e35409791a9318744be0965c4cea956b3fa6;p=thirdparty%2Fpsycopg.git chore; bump pool version number for release --- diff --git a/docs/news_pool.rst b/docs/news_pool.rst index 2f6473175..ce6f98ba1 100644 --- a/docs/news_pool.rst +++ b/docs/news_pool.rst @@ -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 ^^^^^^^^^^^^^^^^^^ diff --git a/psycopg_pool/psycopg_pool/version.py b/psycopg_pool/psycopg_pool/version.py index 07145d6d9..1441dd2b3 100644 --- a/psycopg_pool/psycopg_pool/version.py +++ b/psycopg_pool/psycopg_pool/version.py @@ -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