Skip to content

Commit d82d0fd

Browse files
authored
Release v2.2.1 (#679)
1 parent 6831bc2 commit d82d0fd

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

HISTORY.rst

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
======================
2+
What's new in 2.2.1
3+
======================
4+
5+
Release: 2023-12-13
6+
7+
* ``Connection.ping()`` avoid using ``MYSQL_OPT_RECONNECT`` option until
8+
``reconnect=True`` is specified. MySQL 8.0.33 start showing warning
9+
when the option is used. (#664)
10+
* Windows: Update MariaDB Connector/C to 3.3.8. (#665)
11+
* Windows: Build wheels for Python 3.12 (#644)
12+
13+
114
======================
215
What's new in 2.2.0
316
======================

src/MySQLdb/release.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
__author__ = "Inada Naoki <[email protected]>"
2-
__version__ = "2.2.0"
3-
version_info = (2, 2, 0, "final", 0)
2+
__version__ = "2.2.1"
3+
version_info = (2, 2, 1, "final", 0)

0 commit comments

Comments
 (0)