Skip to content

Commit

Permalink
Release v2.2.1 (#679)
Browse files Browse the repository at this point in the history
  • Loading branch information
methane authored Dec 13, 2023
1 parent 6831bc2 commit d82d0fd
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
======================
What's new in 2.2.1
======================

Release: 2023-12-13

* ``Connection.ping()`` avoid using ``MYSQL_OPT_RECONNECT`` option until
``reconnect=True`` is specified. MySQL 8.0.33 start showing warning
when the option is used. (#664)
* Windows: Update MariaDB Connector/C to 3.3.8. (#665)
* Windows: Build wheels for Python 3.12 (#644)


======================
What's new in 2.2.0
======================
Expand Down
4 changes: 2 additions & 2 deletions src/MySQLdb/release.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__author__ = "Inada Naoki <[email protected]>"
__version__ = "2.2.0"
version_info = (2, 2, 0, "final", 0)
__version__ = "2.2.1"
version_info = (2, 2, 1, "final", 0)

0 comments on commit d82d0fd

Please sign in to comment.