release 2.2.4 (#701)

This commit is contained in:
Inada Naoki
2024-02-09 00:35:16 +09:00
committed by GitHub
parent a7e3887c8a
commit 9fd238b9e3
2 changed files with 13 additions and 2 deletions

View File

@@ -1,3 +1,14 @@
======================
What's new in 2.2.4
======================
Release: 2024-02-09
* Support ``ssl=True`` in ``connect()``. (#700)
This makes better compatibility with PyMySQL and mysqlclient==2.2.1
with libmariadb. See #698 for detail.
======================
What's new in 2.2.3
======================

View File

@@ -1,3 +1,3 @@
__author__ = "Inada Naoki <songofacandy@gmail.com>"
__version__ = "2.2.3"
version_info = (2, 2, 3, "final", 0)
__version__ = "2.2.4"
version_info = (2, 2, 4, "final", 0)