Release v2.2.1 (#679)

This commit is contained in:
Inada Naoki
2023-12-13 22:23:33 +09:00
committed by GitHub
parent 6831bc2f34
commit d82d0fd1e7
2 changed files with 15 additions and 2 deletions

View File

@ -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 What's new in 2.2.0
====================== ======================

View File

@ -1,3 +1,3 @@
__author__ = "Inada Naoki <songofacandy@gmail.com>" __author__ = "Inada Naoki <songofacandy@gmail.com>"
__version__ = "2.2.0" __version__ = "2.2.1"
version_info = (2, 2, 0, "final", 0) version_info = (2, 2, 1, "final", 0)