]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
chore: bump psycopg package version to 3.3.4
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 1 May 2026 20:40:51 +0000 (22:40 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 1 May 2026 20:40:51 +0000 (22:40 +0200)
docs/news.rst
psycopg/pyproject.toml
psycopg_c/pyproject.toml

index 85c5f103a27cd1f227c045ca0dc901610a182edb..ccc29dace659ffebd53ff4e369e40641abf05c3e 100644 (file)
@@ -7,11 +7,11 @@
 ``psycopg`` release notes
 =========================
 
-Future releases
+Current release
 ---------------
 
-Psycopg 3.3.4 (unreleased)
-^^^^^^^^^^^^^^^^^^^^^^^^^^
+Psycopg 3.3.4
+^^^^^^^^^^^^^
 
 - Fix possible spurious connection timeout in systems with very long uptimes
   in C extension (:ticket:`#1280`).
@@ -21,9 +21,6 @@ Psycopg 3.3.4 (unreleased)
   (:ticket:`#1302`).
 
 
-Current release
----------------
-
 Psycopg 3.3.3
 ^^^^^^^^^^^^^
 
index 6b5ca309dca3203f97153d0bedb7e92fc60fc30b..0bfb8e91784c8f33425f505a1255d0f48facc30d 100644 (file)
@@ -7,7 +7,7 @@ name = "psycopg"
 description = "PostgreSQL database adapter for Python"
 
 # STOP AND READ! if you change:
-version = "3.3.4.dev1"
+version = "3.3.4"
 # 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.dev1; implementation_name != \"pypy\"",
+    "psycopg-c == 3.3.4; implementation_name != \"pypy\"",
 ]
 binary = [
-    "psycopg-binary == 3.3.4.dev1; implementation_name != \"pypy\"",
+    "psycopg-binary == 3.3.4; implementation_name != \"pypy\"",
 ]
 pool = [
     "psycopg-pool",
index 4c40d47ca10a9eb58ec2c304a9e2a88ce402b3ae..93b4fc1d5ecf50ce2635c90cca70027b123ead08 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.dev1"
+version = "3.3.4"
 license = "LGPL-3.0-only"
 license-files = ["LICENSE.txt"]
 classifiers = [