Skip to content

Commit

Permalink
release 2.2.2 (#693)
Browse files Browse the repository at this point in the history
  • Loading branch information
methane authored Feb 4, 2024
1 parent ace8b25 commit 7c199a9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
======================
What's new in 2.2.2
======================

Release: 2024-02-04

* Support building with MySQL 8.3 (#688).
* Deprecate ``db.shutdown()`` and ``db.kill()`` methods in docstring.
This is because ``mysql_shutdown()`` and ``mysql_kill()`` were removed in MySQL 8.3.
They will emit DeprecationWarning in the future but not for now.


======================
What's new in 2.2.1
======================
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.1"
version_info = (2, 2, 1, "final", 0)
__version__ = "2.2.2"
version_info = (2, 2, 2, "final", 0)

0 comments on commit 7c199a9

Please sign in to comment.