From ce8f07321b8d0f0d95043596cbbbb6fd1e5831e7 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Sun, 29 Sep 2024 17:54:40 +0200 Subject: [PATCH] chore: bump psycopg package version to 3.2.3 --- psycopg/setup.cfg | 6 +++--- psycopg_c/setup.cfg | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/psycopg/setup.cfg b/psycopg/setup.cfg index f282829fc..db5b0037c 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.3.dev1 +version = 3.2.3 # 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.3.dev1; implementation_name != "pypy" + psycopg-c == 3.2.3; implementation_name != "pypy" binary = - psycopg-binary == 3.2.3.dev1; implementation_name != "pypy" + psycopg-binary == 3.2.3; implementation_name != "pypy" pool = psycopg-pool test = diff --git a/psycopg_c/setup.cfg b/psycopg_c/setup.cfg index 4820b5ed6..51d4be16b 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.3.dev1 +version = 3.2.3 project_urls = Homepage = https://psycopg.org/ -- 2.47.3