From 8892e35409791a9318744be0965c4cea956b3fa6 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Fri, 4 Nov 2022 17:33:12 +0100 Subject: [PATCH] chore; bump pool version number for release --- 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 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 -- 2.47.2