From 151a0938fbfda7896f21b7182a74b892a8fb74bc Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Tue, 20 Dec 2022 03:46:30 +0000 Subject: [PATCH] chore: bump psycopg_pool package version to 3.1.5 --- 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 1477a6199..7f212e046 100644 --- a/docs/news_pool.rst +++ b/docs/news_pool.rst @@ -7,20 +7,17 @@ ``psycopg_pool`` release notes ============================== -Future releases +Current release --------------- -psycopg_pool 3.1.5 (unreleased) -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +psycopg_pool 3.1.5 +^^^^^^^^^^^^^^^^^^ - Make sure that `!ConnectionPool.check()` refills an empty pool (:ticket:`#438`). - Avoid error in Pyright caused by aliasing `!TypeAlias` (:ticket:`#439`). -Current release ---------------- - psycopg_pool 3.1.4 ^^^^^^^^^^^^^^^^^^ diff --git a/psycopg_pool/psycopg_pool/version.py b/psycopg_pool/psycopg_pool/version.py index 4a2780acc..fc99bbd90 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.5.dev0" +__version__ = "3.1.5" # also change: # - `docs/news_pool.rst` to declare this version current or unreleased -- 2.47.2