]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
chore: bump psycopg package version to 3.3.5.dev1
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 1 May 2026 23:56:30 +0000 (01:56 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 1 May 2026 23:56:30 +0000 (01:56 +0200)
psycopg/pyproject.toml
psycopg_c/pyproject.toml

index 0bfb8e91784c8f33425f505a1255d0f48facc30d..951bbbd38ade18eb93224c4ebaa3a0172e583f45 100644 (file)
@@ -7,7 +7,7 @@ name = "psycopg"
 description = "PostgreSQL database adapter for Python"
 
 # STOP AND READ! if you change:
-version = "3.3.4"
+version = "3.3.5.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.4; implementation_name != \"pypy\"",
+    "psycopg-c == 3.3.5.dev1; implementation_name != \"pypy\"",
 ]
 binary = [
-    "psycopg-binary == 3.3.4; implementation_name != \"pypy\"",
+    "psycopg-binary == 3.3.5.dev1; implementation_name != \"pypy\"",
 ]
 pool = [
     "psycopg-pool",
index 93b4fc1d5ecf50ce2635c90cca70027b123ead08..1e104580fb815c2fb5e3acd82784d67f21591e58 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.4"
+version = "3.3.5.dev1"
 license = "LGPL-3.0-only"
 license-files = ["LICENSE.txt"]
 classifiers = [