]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
chore: bump psycopg package version to 3.1.19.dev1
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 4 Feb 2024 21:12:19 +0000 (21:12 +0000)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 4 Feb 2024 21:12:19 +0000 (21:12 +0000)
psycopg/psycopg/version.py
psycopg_c/psycopg_c/version.py

index 84ef3dedd43a842284c72c32b96e3283bc52b526..bc6ffbc15bf98ba9c726591f9777013272c74670 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.18"
+__version__ = "3.1.19.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 ed46589c06c40be98a6799397a5d36db25a94fc9..0435af8ea2fe575f447481edbc3d1f454e6e8cb1 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.18"
+__version__ = "3.1.19.dev1"
 
 # also change psycopg/psycopg/version.py accordingly.