From: Daniele Varrazzo Date: Tue, 25 Oct 2022 18:02:28 +0000 (+0200) Subject: chore: bump psycopg-pool version to 3.1.3 X-Git-Tag: pool-3.1.3^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=080d0a75c0cd40c3f2a8abb4bea537fb1b2413de;p=thirdparty%2Fpsycopg.git chore: bump psycopg-pool version to 3.1.3 --- diff --git a/docs/news_pool.rst b/docs/news_pool.rst index 498b6a3db..6a0739144 100644 --- a/docs/news_pool.rst +++ b/docs/news_pool.rst @@ -7,18 +7,15 @@ ``psycopg_pool`` release notes ============================== -Future releases +Current release --------------- -psycopg_pool 3.1.3 (unreleased) -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +psycopg_pool 3.1.3 +^^^^^^^^^^^^^^^^^^ - Add support for Python 3.11 (:ticket:`#305`). -Current release ---------------- - psycopg_pool 3.1.2 ^^^^^^^^^^^^^^^^^^ diff --git a/psycopg_pool/psycopg_pool/version.py b/psycopg_pool/psycopg_pool/version.py index 2f6e8ed69..5e501d0b3 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.3.dev0" +__version__ = "3.1.3" # also change: # - `docs/news_pool.rst` to declare this version current or unreleased