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

index c8d569831c59696ebecf84981e4187a5bc27ce5e..d8ee8747e29d75d8b3d64df073db4f616b24ec5e 100644 (file)
@@ -7,18 +7,15 @@
 ``psycopg`` release notes
 =========================
 
-Future releases
+Current release
 ---------------
 
-Psycopg 3.3.1 (unreleased)
-^^^^^^^^^^^^^^^^^^^^^^^^^^
+Psycopg 3.3.1
+^^^^^^^^^^^^^
 
 Fix iteration on server-side cursors (:ticket:`#1226`).
 
 
-Current release
----------------
-
 Psycopg 3.3.0
 ^^^^^^^^^^^^^
 
index eb904f561efa89a563126eb92c81fa5456dea956..ea64acddb7907d07918f005b638d002b363a93cb 100644 (file)
@@ -7,7 +7,7 @@ name = "psycopg"
 description = "PostgreSQL database adapter for Python"
 
 # STOP AND READ! if you change:
-version = "3.3.1.dev1"
+version = "3.3.1"
 # 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.1.dev1; implementation_name != \"pypy\"",
+    "psycopg-c == 3.3.1; implementation_name != \"pypy\"",
 ]
 binary = [
-    "psycopg-binary == 3.3.1.dev1; implementation_name != \"pypy\"",
+    "psycopg-binary == 3.3.1; implementation_name != \"pypy\"",
 ]
 pool = [
     "psycopg-pool",
index 864c24b8b1d3cbefe8a1a09a66fc527cd90f8b93..e1279a82d99c72e72b152df50f07d0d5fa87837a 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.1.dev1"
+version = "3.3.1"
 license = "LGPL-3.0-only"
 license-files = ["LICENSE.txt"]
 classifiers = [