Skip to content

Commit dfce629

Browse files
committed
chore: bump psycopg package version to 3.2.9
1 parent 4e97cef commit dfce629

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

psycopg/setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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]
6464
c =
65-
psycopg-c == 3.2.9.dev1; implementation_name != "pypy"
65+
psycopg-c == 3.2.9; implementation_name != "pypy"
6666
binary =
67-
psycopg-binary == 3.2.9.dev1; implementation_name != "pypy"
67+
psycopg-binary == 3.2.9; implementation_name != "pypy"
6868
pool =
6969
psycopg-pool
7070
test =

psycopg_c/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ url = https://psycopg.org/psycopg3/
55
author = Daniele Varrazzo
66
author_email = daniele.varrazzo@gmail.com
77
license = GNU Lesser General Public License v3 (LGPLv3)
8-
version = 3.2.9.dev1
8+
version = 3.2.9
99

1010
project_urls =
1111
Homepage = https://psycopg.org/

0 commit comments

Comments
 (0)