]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
chore: bump psycopg package version to 3.3.0.dev2
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 8 Sep 2025 22:14:41 +0000 (00:14 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 8 Sep 2025 22:14:41 +0000 (00:14 +0200)
psycopg/pyproject.toml
psycopg_c/pyproject.toml

index 5a895580a52d098e145422921dd656fc87fe6038..754b5a2e1fcb4d04df01792c9f02a42413da67bd 100644 (file)
@@ -7,7 +7,7 @@ name = "psycopg"
 description = "PostgreSQL database adapter for Python"
 
 # STOP AND READ! if you change:
-version = "3.3.0.dev1"
+version = "3.3.0.dev2"
 # also change:
 # - `docs/news.rst` to declare this as the current version or an unreleased one;
 # - `psycopg_c/pyproject.toml` to the same version;
@@ -60,10 +60,10 @@ content-type = "text/x-rst"
 
 [project.optional-dependencies]
 c = [
-    "psycopg-c == 3.3.0.dev1; implementation_name != \"pypy\"",
+    "psycopg-c == 3.3.0.dev2; implementation_name != \"pypy\"",
 ]
 binary = [
-    "psycopg-binary == 3.3.0.dev1; implementation_name != \"pypy\"",
+    "psycopg-binary == 3.3.0.dev2; implementation_name != \"pypy\"",
 ]
 pool = [
     "psycopg-pool",
index 7399ec8f75174f167a479caa6d0e6e95014d422b..3baeabfdabb4035d53d3d3f0158ba19e0a6ccb00 100644 (file)
@@ -24,7 +24,7 @@ cython-requires = ["Cython >= 3.1.1"]
 [project]
 name = "psycopg-c"
 description = "PostgreSQL database adapter for Python -- C optimisation distribution"
-version = "3.3.0.dev1"
+version = "3.3.0.dev2"
 license = "LGPL-3.0-only"
 license-files = ["LICENSE.txt"]
 classifiers = [