Skip to content

Commit

Permalink
chore: bump to version 2.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
dvarrazzo committed Oct 15, 2024
1 parent 78561ac commit a805acf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
11 changes: 4 additions & 7 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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.
- Receive notifications on commit (:ticket:`#1728`).
- Drop support for Python 3.7.
- `~psycopg2.errorcodes` map and `~psycopg2.errors` classes updated to
PostgreSQL 17.
- Drop support for Python 3.7.


Current release
---------------

What's new in psycopg 2.9.9
^^^^^^^^^^^^^^^^^^^^^^^^^^^

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
# Take a look at https://www.python.org/dev/peps/pep-0440/
# 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
Expand Down

0 comments on commit a805acf

Please sign in to comment.