From: Daniele Varrazzo Date: Wed, 7 Sep 2022 11:01:04 +0000 (+0100) Subject: chore: bump psycopg-pool version to 3.1.2 X-Git-Tag: pool-3.1.2^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f13bd6c6054a5b484141aa25f4e891d2245b08e;p=thirdparty%2Fpsycopg.git chore: bump psycopg-pool version to 3.1.2 --- diff --git a/docs/news_pool.rst b/docs/news_pool.rst index b2ecf0bbc..2f828d4ef 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.2 (unreleased) -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +psycopg_pool 3.1.2 +^^^^^^^^^^^^^^^^^^ - Fix possible failure to reconnect after losing connection from the server (:ticket:`#370`). -Current release ---------------- - psycopg_pool 3.1.1 ^^^^^^^^^^^^^^^^^^ diff --git a/psycopg_pool/psycopg_pool/version.py b/psycopg_pool/psycopg_pool/version.py index 7d1c6a68c..1490318f2 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.2.dev0" +__version__ = "3.1.2" # also change: # - `docs/news_pool.rst` to declare this version current or unreleased