chore: bump to version 2.9.10

This commit is contained in:
Daniele Varrazzo 2024-10-15 10:36:02 +02:00
parent 78561ac99d
commit a805acf59f
2 changed files with 5 additions and 8 deletions

11
NEWS
View File

@ -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
^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^

View File

@ -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