From: Daniele Varrazzo Date: Fri, 1 May 2026 23:56:30 +0000 (+0200) Subject: chore: bump psycopg package version to 3.3.5.dev1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd0d7758110c0cdcd12ca3ab31601d117b331646;p=thirdparty%2Fpsycopg.git chore: bump psycopg package version to 3.3.5.dev1 --- diff --git a/psycopg/pyproject.toml b/psycopg/pyproject.toml index 0bfb8e917..951bbbd38 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.4" +version = "3.3.5.dev1" # 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.4; implementation_name != \"pypy\"", + "psycopg-c == 3.3.5.dev1; implementation_name != \"pypy\"", ] binary = [ - "psycopg-binary == 3.3.4; implementation_name != \"pypy\"", + "psycopg-binary == 3.3.5.dev1; implementation_name != \"pypy\"", ] pool = [ "psycopg-pool", diff --git a/psycopg_c/pyproject.toml b/psycopg_c/pyproject.toml index 93b4fc1d5..1e104580f 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.4" +version = "3.3.5.dev1" license = "LGPL-3.0-only" license-files = ["LICENSE.txt"] classifiers = [