From: Daniele Varrazzo Date: Tue, 29 Apr 2025 12:14:59 +0000 (+0200) Subject: chore: bump psycopg package version to 3.2.7 X-Git-Tag: 3.2.7~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd7145b7af38f6a26c2af33f9e8e58227d2113b2;p=thirdparty%2Fpsycopg.git chore: bump psycopg package version to 3.2.7 --- diff --git a/docs/news.rst b/docs/news.rst index 46db0816d..51f7673fc 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -7,19 +7,16 @@ ``psycopg`` release notes ========================= -Future releases +Current release --------------- -Psycopg 3.2.7 (unreleased) -^^^^^^^^^^^^^^^^^^^^^^^^^^ +Psycopg 3.2.7 +^^^^^^^^^^^^^ - Add SRID support to shapely dumpers/loaders (:ticket:`#1028`). - Add support for binary hstore (:ticket:`#1030`). -Current release ---------------- - Psycopg 3.2.6 ^^^^^^^^^^^^^ diff --git a/psycopg/setup.cfg b/psycopg/setup.cfg index 1d6241d4b..6c9f8405b 100644 --- a/psycopg/setup.cfg +++ b/psycopg/setup.cfg @@ -10,7 +10,7 @@ license = GNU Lesser General Public License v3 (LGPLv3) # https://www.python.org/dev/peps/pep-0440/ # STOP AND READ! if you change: -version = 3.2.7.dev1 +version = 3.2.7 # also change: # - `docs/news.rst` to declare this as the current version or an unreleased one # - `psycopg_c/setup.cfg`, and the extra dependencies below, to the same version. @@ -61,9 +61,9 @@ install_requires = [options.extras_require] c = - psycopg-c == 3.2.7.dev1; implementation_name != "pypy" + psycopg-c == 3.2.7; implementation_name != "pypy" binary = - psycopg-binary == 3.2.7.dev1; implementation_name != "pypy" + psycopg-binary == 3.2.7; implementation_name != "pypy" pool = psycopg-pool test = diff --git a/psycopg_c/setup.cfg b/psycopg_c/setup.cfg index 0041a3586..5105ed028 100644 --- a/psycopg_c/setup.cfg +++ b/psycopg_c/setup.cfg @@ -5,7 +5,7 @@ url = https://psycopg.org/psycopg3/ author = Daniele Varrazzo author_email = daniele.varrazzo@gmail.com license = GNU Lesser General Public License v3 (LGPLv3) -version = 3.2.7.dev1 +version = 3.2.7 project_urls = Homepage = https://psycopg.org/