]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
chore: bump psycopg package version to 3.3.0 3.3.0
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 1 Dec 2025 03:18:59 +0000 (04:18 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 1 Dec 2025 03:18:59 +0000 (04:18 +0100)
docs/news.rst
psycopg/pyproject.toml
psycopg_c/pyproject.toml

index 8ac93a2cd4b4b40920d3f2364708c84034ad16fd..d0aeff505b64a5a2f310c57af5b286d6c7833a01 100644 (file)
@@ -7,11 +7,11 @@
 ``psycopg`` release notes
 =========================
 
-Future releases
+Current release
 ---------------
 
-Psycopg 3.3.0 (unreleased)
-^^^^^^^^^^^^^^^^^^^^^^^^^^
+Psycopg 3.3.0
+^^^^^^^^^^^^^
 
 .. rubric:: New top-level features
 
@@ -55,9 +55,6 @@ Psycopg 3.3.0 (unreleased)
 .. _iterables: https://docs.python.org/3/glossary.html#term-iterable
 
 
-Current release
----------------
-
 Psycopg 3.2.13
 ^^^^^^^^^^^^^^
 
index 358a101d80cd4933616eef88b716429a90596f13..34d436f9b22f88e542c2ee3cf5dc0ba4fa94c3f0 100644 (file)
@@ -7,7 +7,7 @@ name = "psycopg"
 description = "PostgreSQL database adapter for Python"
 
 # STOP AND READ! if you change:
-version = "3.3.0.dev2"
+version = "3.3.0"
 # 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.dev2; implementation_name != \"pypy\"",
+    "psycopg-c == 3.3.0; implementation_name != \"pypy\"",
 ]
 binary = [
-    "psycopg-binary == 3.3.0.dev2; implementation_name != \"pypy\"",
+    "psycopg-binary == 3.3.0; implementation_name != \"pypy\"",
 ]
 pool = [
     "psycopg-pool",
index 3baeabfdabb4035d53d3d3f0158ba19e0a6ccb00..0e26145377136756433b44bbffc8f8f0723e1e88 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.dev2"
+version = "3.3.0"
 license = "LGPL-3.0-only"
 license-files = ["LICENSE.txt"]
 classifiers = [