]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
chore: bump psycopg package version to 3.2.13.dev1
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 26 Oct 2025 00:54:37 +0000 (01:54 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 26 Oct 2025 00:54:37 +0000 (01:54 +0100)
psycopg/setup.cfg
psycopg_c/setup.cfg

index 6f9d25d947f682c82de22c38e7a5549db37c2802..4522a91452287322b61fc3c13a2c72bb238c9556 100644 (file)
@@ -10,7 +10,7 @@ license_expression = LGPL-3.0-only
 # https://www.python.org/dev/peps/pep-0440/
 
 # STOP AND READ! if you change:
-version = 3.2.12
+version = 3.2.13.dev1
 # also change:
 # - `docs/news.rst` to declare this as the current version or an unreleased one
 # - `psycopg_c/setup.cfg`, and the extra dependencies below, to the same version.
@@ -62,9 +62,9 @@ install_requires =
 
 [options.extras_require]
 c =
-    psycopg-c == 3.2.12; implementation_name != "pypy"
+    psycopg-c == 3.2.13.dev1; implementation_name != "pypy"
 binary =
-    psycopg-binary == 3.2.12; implementation_name != "pypy"
+    psycopg-binary == 3.2.13.dev1; implementation_name != "pypy"
 pool =
     psycopg-pool
 test =
index aaf6a5fc4ae0ebbf29f95006c0343582b96e480a..e211a776e313764a9b28aba216e64b8e4cf2a956 100644 (file)
@@ -5,7 +5,7 @@ url = https://psycopg.org/psycopg3/
 author = Daniele Varrazzo
 author_email = daniele.varrazzo@gmail.com
 license_expression = LGPL-3.0-only
-version = 3.2.12
+version = 3.2.13.dev1
 
 project_urls =
     Homepage = https://psycopg.org/