File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77``psycopg `` release notes
88=========================
99
10- Python 3.2.6 (unreleased)
11- ^^^^^^^^^^^^^^^^^^^^^^^^^
10+ Current release
11+ ---------------
12+
13+ Python 3.2.6
14+ ^^^^^^^^^^^^
1215
1316- Fix connection semantic when using ``target_session_attrs=prefer-standby ``
1417 (:ticket: `#1021 `).
1518
1619
17- Current release
18- ---------------
19-
2020Psycopg 3.2.5
2121^^^^^^^^^^^^^
2222
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ license = GNU Lesser General Public License v3 (LGPLv3)
1010# https://www.python.org/dev/peps/pep-0440/
1111
1212# STOP AND READ! if you change:
13- version = 3.2.6.dev1
13+ version = 3.2.6
1414# also change:
1515# - `docs/news.rst` to declare this as the current version or an unreleased one
1616# - `psycopg_c/setup.cfg`, and the extra dependencies below, to the same version.
@@ -61,9 +61,9 @@ install_requires =
6161
6262[options.extras_require]
6363c =
64- psycopg-c == 3.2.6.dev1 ; implementation_name != "pypy"
64+ psycopg-c == 3.2.6; implementation_name != "pypy"
6565binary =
66- psycopg-binary == 3.2.6.dev1 ; implementation_name != "pypy"
66+ psycopg-binary == 3.2.6; implementation_name != "pypy"
6767pool =
6868 psycopg-pool
6969test =
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ url = https://psycopg.org/psycopg3/
55author = Daniele Varrazzo
66author_email = daniele.varrazzo@gmail.com
77license = GNU Lesser General Public License v3 (LGPLv3)
8- version = 3.2.6.dev1
8+ version = 3.2.6
99
1010project_urls =
1111 Homepage = https://psycopg.org/
You can’t perform that action at this time.
0 commit comments