From: Daniele Varrazzo Date: Sat, 19 Feb 2022 17:23:48 +0000 (+0100) Subject: chore(pool): Bump pool version to 3.1.1 X-Git-Tag: pool-3.1.1^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe5d33d573724fc80945fca1d1c7da22d822dab5;p=thirdparty%2Fpsycopg.git chore(pool): Bump pool version to 3.1.1 --- diff --git a/docs/news_pool.rst b/docs/news_pool.rst index a059c7b88..f4aef6abe 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.1 (unreleased) -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +psycopg_pool 3.1.1 +^^^^^^^^^^^^^^^^^^ - Fix race condition on pool creation which might result in the pool not filling (:ticket:`#230`). -Current release ---------------- - psycopg_pool 3.1.0 ------------------ diff --git a/psycopg_pool/psycopg_pool/version.py b/psycopg_pool/psycopg_pool/version.py index 7b651e1bb..3cdab0777 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.1.dev0" +__version__ = "3.1.1" # also change: # - `docs/news_pool.rst` to declare this version current or unreleased