]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
chore: bump to next dev release
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 4 Sep 2022 09:21:06 +0000 (10:21 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 4 Sep 2022 09:21:06 +0000 (10:21 +0100)
psycopg/psycopg/version.py
psycopg_c/psycopg_c/version.py

index 97497f828eb27773da666bc127ec4603942981e2..1fdcec21354c3a2f4520c6363ae133340edde4a1 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.0.17"
+__version__ = "3.0.18.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 8d46b0f71ccf35ca9a812cead60fd680fa966313..d02e825dae22f4fe394c584d7d3cf5296d382d6f 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.0.17"
+__version__ = "3.0.18.dev0"
 
 # also change psycopg/psycopg/version.py accordingly.