From: Daniele Varrazzo Date: Tue, 20 Dec 2022 03:46:30 +0000 (+0000) Subject: chore: bump psycopg_pool package version to 3.1.5 X-Git-Tag: pool-3.1.5^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=151a0938fbfda7896f21b7182a74b892a8fb74bc;p=thirdparty%2Fpsycopg.git chore: bump psycopg_pool package version to 3.1.5 --- 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