]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
chore: bump to next dev version number
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 6 Sep 2022 11:49:19 +0000 (12:49 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 6 Sep 2022 11:49:19 +0000 (12:49 +0100)
psycopg/psycopg/version.py
psycopg_c/psycopg_c/version.py

index fab9330c36bbd198abb141b14fd14373a96ad1ee..77f1cc5d879db9787d3a39e376d69e42ff4b5720 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.1"
+__version__ = "3.1.2.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 c30a4547561f3a99d525571aeda9445dcf0af11d..8319ecd4424e1e1ada894b66fc16e7fd64ffd5f9 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.1"
+__version__ = "3.1.2.dev0"
 
 # also change psycopg/psycopg/version.py accordingly.