]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
chore: bump version number to next dev release
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 5 Oct 2022 11:09:02 +0000 (12:09 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 5 Oct 2022 11:09:02 +0000 (12:09 +0100)
psycopg/psycopg/version.py
psycopg_c/psycopg_c/version.py

index d52fb5ccf306b7d6af8d11f7cd6d9e1c503f581a..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.3"
+__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 b1bf0babbc9685d71567f50cb41d5072792cddff..0b4433df6c396246d0f557f9256b95e4381001d9 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.3"
+__version__ = "3.1.4.dev0"
 
 # also change psycopg/psycopg/version.py accordingly.