mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2025-08-17 21:24:15 +08:00
Release v2.2.0 (#618)
This commit is contained in:
@ -2,7 +2,7 @@
|
|||||||
What's new in 2.2.0
|
What's new in 2.2.0
|
||||||
======================
|
======================
|
||||||
|
|
||||||
Release: TBD
|
Release: 2023-06-22
|
||||||
|
|
||||||
* Use ``pkg-config`` instead of ``mysql_config`` (#586)
|
* Use ``pkg-config`` instead of ``mysql_config`` (#586)
|
||||||
* Raise ProgrammingError on -inf (#557)
|
* Raise ProgrammingError on -inf (#557)
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
__author__ = "Inada Naoki <songofacandy@gmail.com>"
|
__author__ = "Inada Naoki <songofacandy@gmail.com>"
|
||||||
version_info = (2, 2, 0, "rc", 1)
|
__version__ = "2.2.0"
|
||||||
__version__ = "2.2.0.rc1"
|
version_info = (2, 2, 0, "final", 0)
|
||||||
|
Reference in New Issue
Block a user