]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
chore: bump psycopg package version to 3.1.9.dev1
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 1 Feb 2023 01:14:51 +0000 (02:14 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 1 Feb 2023 01:14:51 +0000 (02:14 +0100)
psycopg/psycopg/version.py
psycopg_c/psycopg_c/version.py

index f600f16b274e4668c98de96476b18eb879c5f1ea..a8e068b7904aaec59f928f34af09ed80b62dfd40 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.8"
+__version__ = "3.1.9.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 cb0609cba1ba9193e416e6f0ca35c5e2f9d5aba1..25ed8421de3effd4207aee7fe1d420cd8cd14e25 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.8"
+__version__ = "3.1.9.dev1"
 
 # also change psycopg/psycopg/version.py accordingly.