Skip to content

Commit

Permalink
release 2.2.4 (#701)
Browse files Browse the repository at this point in the history
  • Loading branch information
methane committed Feb 8, 2024
1 parent a7e3887 commit 9fd238b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -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
======================
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 <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)

0 comments on commit 9fd238b

Please sign in to comment.