]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
chore: bump psycopg package version to 3.3.0.dev1
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 23 Dec 2024 16:27:58 +0000 (17:27 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 23 Dec 2024 16:38:50 +0000 (17:38 +0100)
docs/news.rst
psycopg/pyproject.toml
psycopg_c/pyproject.toml

index b81b1f70c25ce11d2bdb25d912d00a28c09afecd..bedb457e202466b37f8722cf8591d19673573499 100644 (file)
@@ -7,19 +7,16 @@
 ``psycopg`` release notes
 =========================
 
-Future releases
+Current release
 ---------------
 
-Psycopg 3.2.4 (unreleased)
-^^^^^^^^^^^^^^^^^^^^^^^^^^
+Psycopg 3.2.4
+^^^^^^^^^^^^^
 
 - Make sure that the notifies callback is called during the use of the
   `~Connection.notifies()` generator (:ticket:`#972`).
 
 
-Current release
----------------
-
 Psycopg 3.2.3
 ^^^^^^^^^^^^^
 
index 21eed2cd82ae9946a3f0918cbd2e3f7a05d9165e..efa2eddb8fe73cedb3b7638a6f65f9b48149f5ee 100644 (file)
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
 [project]
 name = "psycopg"
 description = "PostgreSQL database adapter for Python"
-version = "3.2.4.dev1"
+version = "3.3.0.dev1"
 classifiers = [
     "Development Status :: 5 - Production/Stable",
     "Intended Audience :: Developers",
@@ -54,10 +54,10 @@ content-type = "text/x-rst"
 
 [project.optional-dependencies]
 c = [
-    "psycopg-c == 3.2.4.dev1; implementation_name != \"pypy\"",
+    "psycopg-c == 3.3.0.dev1; implementation_name != \"pypy\"",
 ]
 binary = [
-    "psycopg-binary == 3.2.4.dev1; implementation_name != \"pypy\"",
+    "psycopg-binary == 3.3.0.dev1; implementation_name != \"pypy\"",
 ]
 pool = [
     "psycopg-pool",
index 325196650eb75a21c4250cb33ed7727faac88a59..2c9cf1fc5f53375968f97c5cd4a9f72a95e686ea 100644 (file)
@@ -25,7 +25,7 @@ cython-requires = ["Cython >= 3.0.0"]
 [project]
 name = "psycopg-c"
 description = "PostgreSQL database adapter for Python -- C optimisation distribution"
-version = "3.2.4.dev1"
+version = "3.3.0.dev1"
 classifiers = [
     "Development Status :: 5 - Production/Stable",
     "Intended Audience :: Developers",