From: Daniele Varrazzo Date: Sat, 19 Feb 2022 14:38:48 +0000 (+0100) Subject: chore(pool): bump to next pool version X-Git-Tag: pool-3.1.1~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41725fb4e08bd27a2161781a085a250dd6a7a030;p=thirdparty%2Fpsycopg.git chore(pool): bump to next pool version --- diff --git a/psycopg_pool/psycopg_pool/version.py b/psycopg_pool/psycopg_pool/version.py index 2f9f921ba..7b651e1bb 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" +__version__ = "3.1.1.dev0" # also change: # - `docs/news_pool.rst` to declare this version current or unreleased