mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-21 16:36:34 +03:00
chore: bump to version 2.9.10
This commit is contained in:
parent
78561ac99d
commit
a805acf59f
11
NEWS
11
NEWS
|
@ -1,19 +1,16 @@
|
||||||
Future releases
|
Current release
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
What's new in psycopg 2.9.10 (unreleased)
|
What's new in psycopg 2.9.10
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
- Add support for Python 3.13.
|
- Add support for Python 3.13.
|
||||||
- Receive notifications on commit (:ticket:`#1728`).
|
- Receive notifications on commit (:ticket:`#1728`).
|
||||||
- Drop support for Python 3.7.
|
|
||||||
- `~psycopg2.errorcodes` map and `~psycopg2.errors` classes updated to
|
- `~psycopg2.errorcodes` map and `~psycopg2.errors` classes updated to
|
||||||
PostgreSQL 17.
|
PostgreSQL 17.
|
||||||
|
- Drop support for Python 3.7.
|
||||||
|
|
||||||
|
|
||||||
Current release
|
|
||||||
---------------
|
|
||||||
|
|
||||||
What's new in psycopg 2.9.9
|
What's new in psycopg 2.9.9
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -41,7 +41,7 @@ import configparser
|
||||||
# Take a look at https://www.python.org/dev/peps/pep-0440/
|
# Take a look at https://www.python.org/dev/peps/pep-0440/
|
||||||
# for a consistent versioning pattern.
|
# for a consistent versioning pattern.
|
||||||
|
|
||||||
PSYCOPG_VERSION = '2.9.10.dev1'
|
PSYCOPG_VERSION = '2.9.10'
|
||||||
|
|
||||||
|
|
||||||
# note: if you are changing the list of supported Python version please fix
|
# note: if you are changing the list of supported Python version please fix
|
||||||
|
|
Loading…
Reference in New Issue
Block a user