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

index c77610a5cf2efaaf2f55f64a2dfb570fe0f9dd5e..d41a1a9c8e41ebe9a972ceacde9968190c6e67ab 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.9"
+__version__ = "3.0.10.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 ddaf0272d5eadd11174c7595a1999cbc55d02137..d63eb588cef9b64494d6843bf324c15b26df1366 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.9"
+__version__ = "3.0.10.dev0"
 
 # also change psycopg/psycopg/version.py accordingly.