File tree 2 files changed +5
-8
lines changed
2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 1
- Future releases
1
+ Current release
2
2
---------------
3
3
4
- What's new in psycopg 2.9.10 (unreleased)
5
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
+ What's new in psycopg 2.9.10
5
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6
6
7
7
- Add support for Python 3.13.
8
8
- Receive notifications on commit (:ticket:`#1728`).
9
- - Drop support for Python 3.7.
10
9
- `~psycopg2.errorcodes` map and `~psycopg2.errors` classes updated to
11
10
PostgreSQL 17.
11
+ - Drop support for Python 3.7.
12
12
13
13
14
- Current release
15
- ---------------
16
-
17
14
What's new in psycopg 2.9.9
18
15
^^^^^^^^^^^^^^^^^^^^^^^^^^^
19
16
Original file line number Diff line number Diff line change 41
41
# Take a look at https://www.python.org/dev/peps/pep-0440/
42
42
# for a consistent versioning pattern.
43
43
44
- PSYCOPG_VERSION = '2.9.10.dev1 '
44
+ PSYCOPG_VERSION = '2.9.10'
45
45
46
46
47
47
# note: if you are changing the list of supported Python version please fix
You can’t perform that action at this time.
0 commit comments