]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
chore: bump psycopg package version to 3.1.10.dev1
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 2 May 2023 14:29:25 +0000 (16:29 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 2 May 2023 14:29:25 +0000 (16:29 +0200)
psycopg/psycopg/version.py
psycopg_c/psycopg_c/version.py

index 4f223eef779a10b559218f1f8fce6a8c3a012e61..7d92f7df94bf0dbab522d6df6141c29651546dd0 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.9"
+__version__ = "3.1.10.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 0c30bebf30c6da78c472e08caa2d20f463c9e007..2fbb9f6cf82b49729011e58754ef24977e74fa5b 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.9"
+__version__ = "3.1.10.dev1"
 
 # also change psycopg/psycopg/version.py accordingly.