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

index 34d436f9b22f88e542c2ee3cf5dc0ba4fa94c3f0..eb904f561efa89a563126eb92c81fa5456dea956 100644 (file)
@@ -7,7 +7,7 @@ name = "psycopg"
 description = "PostgreSQL database adapter for Python"
 
 # STOP AND READ! if you change:
-version = "3.3.0"
+version = "3.3.1.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.0; implementation_name != \"pypy\"",
+    "psycopg-c == 3.3.1.dev1; implementation_name != \"pypy\"",
 ]
 binary = [
-    "psycopg-binary == 3.3.0; implementation_name != \"pypy\"",
+    "psycopg-binary == 3.3.1.dev1; implementation_name != \"pypy\"",
 ]
 pool = [
     "psycopg-pool",
index 0e26145377136756433b44bbffc8f8f0723e1e88..864c24b8b1d3cbefe8a1a09a66fc527cd90f8b93 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"
+version = "3.3.1.dev1"
 license = "LGPL-3.0-only"
 license-files = ["LICENSE.txt"]
 classifiers = [