From: Daniele Varrazzo Date: Sat, 29 Jun 2024 18:35:40 +0000 (+0200) Subject: chore: bump psycopg package version to 3.2.0 X-Git-Tag: 3.2.0^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=896eee2363d0bc25cc31ccf4189b295bb61deb40;p=thirdparty%2Fpsycopg.git chore: bump psycopg package version to 3.2.0 --- diff --git a/docs/news.rst b/docs/news.rst index cae21ba81..042a2dba2 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -7,11 +7,11 @@ ``psycopg`` release notes ========================= -Future releases +Current release --------------- -Psycopg 3.2 (unreleased) -^^^^^^^^^^^^^^^^^^^^^^^^ +Psycopg 3.2 +^^^^^^^^^^^ - Add support for integer, floating point, boolean `NumPy scalar types`__ (:ticket:`#332`). @@ -51,9 +51,6 @@ Psycopg 3.2 (unreleased) .. __: https://numpy.org/doc/stable/reference/arrays.scalars.html#built-in-scalar-types -Current release ---------------- - Psycopg 3.1.20 ^^^^^^^^^^^^^^ diff --git a/psycopg/setup.cfg b/psycopg/setup.cfg index fbb544677..f91364a37 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.0.dev1 +version = 3.2.0 # 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. diff --git a/psycopg_c/setup.cfg b/psycopg_c/setup.cfg index 87bc8a39a..e6595e86f 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.0.dev1 +version = 3.2.0 project_urls = Homepage = https://psycopg.org/