]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
chore: bump psycopg package version to 3.1.11.dev1
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 5 Aug 2023 14:04:59 +0000 (15:04 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 5 Aug 2023 14:04:59 +0000 (15:04 +0100)
psycopg/psycopg/version.py
psycopg_c/psycopg_c/version.py

index edc7f462fd634edfb9be2fe11e038dfe09a78606..3876b35494a4edea94398cf93f21e7bd04abb326 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.10"
+__version__ = "3.1.11.dev1"
 # 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 a3a5f3abc139162fa2031b5460880e0676351082..0b2367d37bff6f22547f84a5bfde45fea3e7ff83 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.10"
+__version__ = "3.1.11.dev1"
 
 # also change psycopg/psycopg/version.py accordingly.