]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
chore: bump psycopg package version to 3.2.12.dev1
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 18 Oct 2025 23:43:19 +0000 (01:43 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 18 Oct 2025 23:43:19 +0000 (01:43 +0200)
psycopg/setup.cfg
psycopg_c/setup.cfg

index 70eab637bd5fc31fe705b74a02c3549b5de1118a..ba74b371982a0a5baabed3683d496405582c1677 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.11
+version = 3.2.12.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.11; implementation_name != "pypy"
+    psycopg-c == 3.2.12.dev1; implementation_name != "pypy"
 binary =
-    psycopg-binary == 3.2.11; implementation_name != "pypy"
+    psycopg-binary == 3.2.12.dev1; implementation_name != "pypy"
 pool =
     psycopg-pool
 test =
index 3b8fd5c92b7596a51fde7a7ae5f047cf26489520..b87fb95632cd08cd4d6608881e8c6cff8ec31194 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.11
+version = 3.2.12.dev1
 
 project_urls =
     Homepage = https://psycopg.org/