Skip to content

Commit 1fa31fd

Browse files
authored
release 2.2.3 (#697)
1 parent b34f8ef commit 1fa31fd

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

HISTORY.rst

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
======================
2+
What's new in 2.2.3
3+
======================
4+
5+
Release: 2024-02-04
6+
7+
* Fix ``Connection.kill()`` method that broken in 2.2.2. (#689)
8+
9+
110
======================
211
What's new in 2.2.2
312
======================

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.2"
3-
version_info = (2, 2, 2, "final", 0)
2+
__version__ = "2.2.3"
3+
version_info = (2, 2, 3, "final", 0)

0 commit comments

Comments
 (0)