]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
chore: bump to next dev version
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Thu, 27 Oct 2022 00:08:28 +0000 (02:08 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Thu, 27 Oct 2022 00:08:28 +0000 (02:08 +0200)
psycopg/psycopg/version.py
psycopg_c/psycopg_c/version.py
psycopg_pool/psycopg_pool/version.py

index 4b8fb722bf121f27ffae9f7df9308d074f2c2a74..d551f0f562dcf8948d46b438f5228280850b89bc 100644 (file)
@@ -8,7 +8,7 @@ psycopg distribution version file.
 # https://www.python.org/dev/peps/pep-0440/
 
 # STOP AND READ! if you change:
-__version__ = "3.1.4"
+__version__ = "3.1.4.dev0"
 # also change:
 # - `docs/news.rst` to declare this as the current version or an unreleased one
 # - `psycopg_c/psycopg_c/version.py` to the same version.
index 31aa119969e72defab402701a15f82f60b160974..3b48afb6caf41d2ac05c26c527f913d7e94f9f18 100644 (file)
@@ -6,6 +6,6 @@ psycopg-c distribution version file.
 
 # Use a versioning scheme as defined in
 # https://www.python.org/dev/peps/pep-0440/
-__version__ = "3.1.4"
+__version__ = "3.1.5.dev0"
 
 # also change psycopg/psycopg/version.py accordingly.
index 5e501d0b3c2813ae5442b6c04e31e4dfedb6eb96..07145d6d918ce9b8841dc1f37dbc8151d63a3370 100644 (file)
@@ -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.3"
+__version__ = "3.1.4.dev0"
 # also change:
 # - `docs/news_pool.rst` to declare this version current or unreleased