From: Daniele Varrazzo Date: Mon, 23 Dec 2024 16:27:58 +0000 (+0100) Subject: chore: bump psycopg package version to 3.3.0.dev1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8868a72c8be121be2148f51a0beb545cd8ed332d;p=thirdparty%2Fpsycopg.git chore: bump psycopg package version to 3.3.0.dev1 --- diff --git a/docs/news.rst b/docs/news.rst index b81b1f70c..bedb457e2 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -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 ^^^^^^^^^^^^^ diff --git a/psycopg/pyproject.toml b/psycopg/pyproject.toml index 21eed2cd8..efa2eddb8 100644 --- a/psycopg/pyproject.toml +++ b/psycopg/pyproject.toml @@ -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", diff --git a/psycopg_c/pyproject.toml b/psycopg_c/pyproject.toml index 325196650..2c9cf1fc5 100644 --- a/psycopg_c/pyproject.toml +++ b/psycopg_c/pyproject.toml @@ -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",