From bb73b9a9db520080c9b3b7471dc54c33b6d94794 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Tue, 9 Sep 2025 00:14:41 +0200 Subject: [PATCH] chore: bump psycopg package version to 3.3.0.dev2 --- psycopg/pyproject.toml | 6 +++--- psycopg_c/pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/psycopg/pyproject.toml b/psycopg/pyproject.toml index 5a895580a..754b5a2e1 100644 --- a/psycopg/pyproject.toml +++ b/psycopg/pyproject.toml @@ -7,7 +7,7 @@ name = "psycopg" description = "PostgreSQL database adapter for Python" # STOP AND READ! if you change: -version = "3.3.0.dev1" +version = "3.3.0.dev2" # also change: # - `docs/news.rst` to declare this as the current version or an unreleased one; # - `psycopg_c/pyproject.toml` to the same version; @@ -60,10 +60,10 @@ content-type = "text/x-rst" [project.optional-dependencies] c = [ - "psycopg-c == 3.3.0.dev1; implementation_name != \"pypy\"", + "psycopg-c == 3.3.0.dev2; implementation_name != \"pypy\"", ] binary = [ - "psycopg-binary == 3.3.0.dev1; implementation_name != \"pypy\"", + "psycopg-binary == 3.3.0.dev2; implementation_name != \"pypy\"", ] pool = [ "psycopg-pool", diff --git a/psycopg_c/pyproject.toml b/psycopg_c/pyproject.toml index 7399ec8f7..3baeabfda 100644 --- a/psycopg_c/pyproject.toml +++ b/psycopg_c/pyproject.toml @@ -24,7 +24,7 @@ cython-requires = ["Cython >= 3.1.1"] [project] name = "psycopg-c" description = "PostgreSQL database adapter for Python -- C optimisation distribution" -version = "3.3.0.dev1" +version = "3.3.0.dev2" license = "LGPL-3.0-only" license-files = ["LICENSE.txt"] classifiers = [ -- 2.47.3