File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010Current 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 `).
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ name = "psycopg"
77description = " 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 ]
6262c = [
63- " psycopg-c == 3.3.3.dev1 ; implementation_name != \" pypy\" " ,
63+ " psycopg-c == 3.3.3; implementation_name != \" pypy\" " ,
6464]
6565binary = [
66- " psycopg-binary == 3.3.3.dev1 ; implementation_name != \" pypy\" " ,
66+ " psycopg-binary == 3.3.3; implementation_name != \" pypy\" " ,
6767]
6868pool = [
6969 " psycopg-pool" ,
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ cython-requires = ["Cython >= 3.1.1"]
2424[project ]
2525name = " psycopg-c"
2626description = " PostgreSQL database adapter for Python -- C optimisation distribution"
27- version = " 3.3.3.dev1 "
27+ version = " 3.3.3"
2828license = " LGPL-3.0-only"
2929license-files = [" LICENSE.txt" ]
3030classifiers = [
You can’t perform that action at this time.
0 commit comments