Skip to content

Commit dfc1136

Browse files
committed
chore: bump psycopg package version to 3.2.6
1 parent a75e03f commit dfc1136

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

docs/news.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
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-
2020
Psycopg 3.2.5
2121
^^^^^^^^^^^^^
2222

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.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]
6363
c =
64-
psycopg-c == 3.2.6.dev1; implementation_name != "pypy"
64+
psycopg-c == 3.2.6; implementation_name != "pypy"
6565
binary =
66-
psycopg-binary == 3.2.6.dev1; implementation_name != "pypy"
66+
psycopg-binary == 3.2.6; implementation_name != "pypy"
6767
pool =
6868
psycopg-pool
6969
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.6.dev1
8+
version = 3.2.6
99

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

0 commit comments

Comments
 (0)