From: Daniele Varrazzo Date: Sat, 11 Nov 2023 19:04:30 +0000 (+0000) Subject: chore: bump psycopg_pool package version to 3.1.9 X-Git-Tag: pool-3.1.9^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf03050ef79c0b0f978723a685a9d45be028861a;p=thirdparty%2Fpsycopg.git chore: bump psycopg_pool package version to 3.1.9 --- diff --git a/docs/news_pool.rst b/docs/news_pool.rst index 714c12180..3f29ef97a 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.9 (unreleased) -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +psycopg_pool 3.1.9 +^^^^^^^^^^^^^^^^^^ - Fix the return type annotation of `!NullConnectionPool.__enter__()` (part of :ticket:`#540`). -Current release ---------------- - psycopg_pool 3.1.8 ^^^^^^^^^^^^^^^^^^ diff --git a/psycopg_pool/psycopg_pool/version.py b/psycopg_pool/psycopg_pool/version.py index cffb2862f..084810ee4 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.9.dev1" +__version__ = "3.1.9" # also change: # - `docs/news_pool.rst` to declare this version current or unreleased