Skip to content

Commit 7c199a9

Browse files
authored
release 2.2.2 (#693)
1 parent ace8b25 commit 7c199a9

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

Diff for: HISTORY.rst

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
======================
2+
What's new in 2.2.2
3+
======================
4+
5+
Release: 2024-02-04
6+
7+
* Support building with MySQL 8.3 (#688).
8+
* Deprecate ``db.shutdown()`` and ``db.kill()`` methods in docstring.
9+
This is because ``mysql_shutdown()`` and ``mysql_kill()`` were removed in MySQL 8.3.
10+
They will emit DeprecationWarning in the future but not for now.
11+
12+
113
======================
214
What's new in 2.2.1
315
======================

Diff for: 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.1"
3-
version_info = (2, 2, 1, "final", 0)
2+
__version__ = "2.2.2"
3+
version_info = (2, 2, 2, "final", 0)

0 commit comments

Comments
 (0)