Skip to content

Commit 1a8f65a

Browse files
committed
chore: bump psycopg package version to 3.3.3
1 parent db3c435 commit 1a8f65a

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/news.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
Current release
1111
---------------
1212

13-
Psycopg 3.3.3 (unreleased)
14-
^^^^^^^^^^^^^^^^^^^^^^^^^^
13+
Psycopg 3.3.3
14+
^^^^^^^^^^^^^
1515

1616
- Retain `Error.pgconn` when raising a single exception for multiple connection
1717
attempt errors (:ticket:`#1246`).

psycopg/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "psycopg"
77
description = "PostgreSQL database adapter for Python"
88

99
# STOP AND READ! if you change:
10-
version = "3.3.3.dev1"
10+
version = "3.3.3"
1111
# also change:
1212
# - `docs/news.rst` to declare this as the current version or an unreleased one;
1313
# - `psycopg_c/pyproject.toml` to the same version;
@@ -60,10 +60,10 @@ content-type = "text/x-rst"
6060

6161
[project.optional-dependencies]
6262
c = [
63-
"psycopg-c == 3.3.3.dev1; implementation_name != \"pypy\"",
63+
"psycopg-c == 3.3.3; implementation_name != \"pypy\"",
6464
]
6565
binary = [
66-
"psycopg-binary == 3.3.3.dev1; implementation_name != \"pypy\"",
66+
"psycopg-binary == 3.3.3; implementation_name != \"pypy\"",
6767
]
6868
pool = [
6969
"psycopg-pool",

psycopg_c/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ cython-requires = ["Cython >= 3.1.1"]
2424
[project]
2525
name = "psycopg-c"
2626
description = "PostgreSQL database adapter for Python -- C optimisation distribution"
27-
version = "3.3.3.dev1"
27+
version = "3.3.3"
2828
license = "LGPL-3.0-only"
2929
license-files = ["LICENSE.txt"]
3030
classifiers = [

0 commit comments

Comments
 (0)