File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.9.dev1
13+ version = 3.2.9
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.
@@ -62,9 +62,9 @@ install_requires =
6262
6363[options.extras_require]
6464c =
65- psycopg-c == 3.2.9.dev1 ; implementation_name != "pypy"
65+ psycopg-c == 3.2.9; implementation_name != "pypy"
6666binary =
67- psycopg-binary == 3.2.9.dev1 ; implementation_name != "pypy"
67+ psycopg-binary == 3.2.9; implementation_name != "pypy"
6868pool =
6969 psycopg-pool
7070test =
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.9.dev1
8+ version = 3.2.9
99
1010project_urls =
1111 Homepage = https://psycopg.org/
You can’t perform that action at this time.
0 commit comments