]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
chore: bump psycopg package version to 3.3.3 3.3.3
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 18 Feb 2026 12:12:21 +0000 (13:12 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 18 Feb 2026 12:12:21 +0000 (13:12 +0100)
docs/news.rst
psycopg/pyproject.toml
psycopg_c/pyproject.toml

index 1eacac5ec62a90be928753fe940da7951d8d4bf8..e5836cfe66e91c45b8a1f6c7de9154de1a28b983 100644 (file)
@@ -10,8 +10,8 @@
 Current release
 ---------------
 
-Psycopg 3.3.3 (unreleased)
-^^^^^^^^^^^^^^^^^^^^^^^^^^
+Psycopg 3.3.3
+^^^^^^^^^^^^^
 
 - Retain `Error.pgconn` when raising a single exception for multiple connection
   attempt errors (:ticket:`#1246`).
index 9d6c4b4473675f5241ba4ad94e0c56a423803089..71204a65404036a1847f93cf516cbe7e38bbddbc 100644 (file)
@@ -7,7 +7,7 @@ name = "psycopg"
 description = "PostgreSQL database adapter for Python"
 
 # STOP AND READ! if you change:
-version = "3.3.3.dev1"
+version = "3.3.3"
 # 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.3.dev1; implementation_name != \"pypy\"",
+    "psycopg-c == 3.3.3; implementation_name != \"pypy\"",
 ]
 binary = [
-    "psycopg-binary == 3.3.3.dev1; implementation_name != \"pypy\"",
+    "psycopg-binary == 3.3.3; implementation_name != \"pypy\"",
 ]
 pool = [
     "psycopg-pool",
index 871129aa45b7db1b77901b0b7325456a5c6bd777..18a1956e9531dc5929cb31681fbc5ee26a1c5136 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.3.dev1"
+version = "3.3.3"
 license = "LGPL-3.0-only"
 license-files = ["LICENSE.txt"]
 classifiers = [