mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2025-08-14 18:12:35 +08:00
release 2.2.3 (#697)
This commit is contained in:
@ -1,3 +1,12 @@
|
||||
======================
|
||||
What's new in 2.2.3
|
||||
======================
|
||||
|
||||
Release: 2024-02-04
|
||||
|
||||
* Fix ``Connection.kill()`` method that broken in 2.2.2. (#689)
|
||||
|
||||
|
||||
======================
|
||||
What's new in 2.2.2
|
||||
======================
|
||||
|
@ -1,3 +1,3 @@
|
||||
__author__ = "Inada Naoki <songofacandy@gmail.com>"
|
||||
__version__ = "2.2.2"
|
||||
version_info = (2, 2, 2, "final", 0)
|
||||
__version__ = "2.2.3"
|
||||
version_info = (2, 2, 3, "final", 0)
|
||||
|
Reference in New Issue
Block a user