Skip to content

Commit a805acf

Browse files
committed
chore: bump to version 2.9.10
1 parent 78561ac commit a805acf

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

NEWS

+4-7
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
1-
Future releases
1+
Current release
22
---------------
33

4-
What's new in psycopg 2.9.10 (unreleased)
5-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4+
What's new in psycopg 2.9.10
5+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
66

77
- Add support for Python 3.13.
88
- Receive notifications on commit (:ticket:`#1728`).
9-
- Drop support for Python 3.7.
109
- `~psycopg2.errorcodes` map and `~psycopg2.errors` classes updated to
1110
PostgreSQL 17.
11+
- Drop support for Python 3.7.
1212

1313

14-
Current release
15-
---------------
16-
1714
What's new in psycopg 2.9.9
1815
^^^^^^^^^^^^^^^^^^^^^^^^^^^
1916

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
# Take a look at https://www.python.org/dev/peps/pep-0440/
4242
# for a consistent versioning pattern.
4343

44-
PSYCOPG_VERSION = '2.9.10.dev1'
44+
PSYCOPG_VERSION = '2.9.10'
4545

4646

4747
# note: if you are changing the list of supported Python version please fix

0 commit comments

Comments
 (0)