]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
chore: bump psycopg package version to 3.3.3.dev1
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 6 Dec 2025 17:41:22 +0000 (18:41 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 6 Dec 2025 17:41:22 +0000 (18:41 +0100)
psycopg/pyproject.toml
psycopg_c/pyproject.toml

index 9c87cf383ba93826a57788c940526ba3fd1f78d1..24dfd0f7f768199f1e0246b81ad64b5a858f2ae9 100644 (file)
@@ -7,7 +7,7 @@ name = "psycopg"
 description = "PostgreSQL database adapter for Python"
 
 # STOP AND READ! if you change:
-version = "3.3.2"
+version = "3.3.3.dev1"
 # 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.2; implementation_name != \"pypy\"",
+    "psycopg-c == 3.3.3.dev1; implementation_name != \"pypy\"",
 ]
 binary = [
-    "psycopg-binary == 3.3.2; implementation_name != \"pypy\"",
+    "psycopg-binary == 3.3.3.dev1; implementation_name != \"pypy\"",
 ]
 pool = [
     "psycopg-pool",
index 2861b5de1354b4b14c1e9ae1159907879ed5e4d3..871129aa45b7db1b77901b0b7325456a5c6bd777 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.2"
+version = "3.3.3.dev1"
 license = "LGPL-3.0-only"
 license-files = ["LICENSE.txt"]
 classifiers = [