]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
chore: bump psycopg package version to 3.2.8.dev1
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 30 Apr 2025 13:06:25 +0000 (15:06 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 30 Apr 2025 13:06:25 +0000 (15:06 +0200)
psycopg/setup.cfg
psycopg_c/setup.cfg

index 6c9f8405b1ad9d5d65d924d529137b7ed0bb2508..ac5dd4bd911643ce5ff073099ceb9f62e71131f3 100644 (file)
@@ -10,7 +10,7 @@ license = GNU Lesser General Public License v3 (LGPLv3)
 # https://www.python.org/dev/peps/pep-0440/
 
 # STOP AND READ! if you change:
-version = 3.2.7
+version = 3.2.8.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.
@@ -61,9 +61,9 @@ install_requires =
 
 [options.extras_require]
 c =
-    psycopg-c == 3.2.7; implementation_name != "pypy"
+    psycopg-c == 3.2.8.dev1; implementation_name != "pypy"
 binary =
-    psycopg-binary == 3.2.7; implementation_name != "pypy"
+    psycopg-binary == 3.2.8.dev1; implementation_name != "pypy"
 pool =
     psycopg-pool
 test =
index 5105ed028321ce74196755d8a1e0378b7d333b88..6154bb001c21997eef956c44a771d924faa2e1cb 100644 (file)
@@ -5,7 +5,7 @@ url = https://psycopg.org/psycopg3/
 author = Daniele Varrazzo
 author_email = daniele.varrazzo@gmail.com
 license = GNU Lesser General Public License v3 (LGPLv3)
-version = 3.2.7
+version = 3.2.8.dev1
 
 project_urls =
     Homepage = https://psycopg.org/