]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
chore: bump to next dev version number
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 28 Aug 2022 10:02:27 +0000 (11:02 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 28 Aug 2022 10:02:27 +0000 (11:02 +0100)
psycopg/psycopg/version.py
psycopg_c/psycopg_c/version.py

index 9066c4727f5fd414b55293fb64947ca0d521166f..4ef45425440c24d9a098a7610d8a031df295eb7d 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.16"
+__version__ = "3.0.17.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 1b1157eee523400fb22eddf070195bb22df022f1..4c91cbe7eb789300fdac7a32c77e01aac6d71716 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.16"
+__version__ = "3.0.17.dev0"
 
 # also change psycopg/psycopg/version.py accordingly.