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

index 2e1642bff464673d289d9de147baf52115e7b05a..f12f1eb500239553bf077f1e93c00d14ba9323d8 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.2"
+__version__ = "3.1.3.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 6c016d9860d3ace083f1160b96b37d2e46dc905e..fd6c392478e92afd25ec857f53231c19e8c098be 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.2"
+__version__ = "3.1.3.dev0"
 
 # also change psycopg/psycopg/version.py accordingly.