From 080d0a75c0cd40c3f2a8abb4bea537fb1b2413de Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Tue, 25 Oct 2022 20:02:28 +0200 Subject: [PATCH] chore: bump psycopg-pool version to 3.1.3 --- docs/news_pool.rst | 9 +++------ psycopg_pool/psycopg_pool/version.py | 2 +- 2 files changed, 4 insertions(+), 7 deletions(-) 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 -- 2.47.2