Skip to content

Commit 9fd238b

Browse files
authored
release 2.2.4 (#701)
1 parent a7e3887 commit 9fd238b

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

HISTORY.rst

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
======================
2+
What's new in 2.2.4
3+
======================
4+
5+
Release: 2024-02-09
6+
7+
* Support ``ssl=True`` in ``connect()``. (#700)
8+
This makes better compatibility with PyMySQL and mysqlclient==2.2.1
9+
with libmariadb. See #698 for detail.
10+
11+
112
======================
213
What's new in 2.2.3
314
======================

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

0 commit comments

Comments
 (0)