mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2025-08-16 12:27:03 +08:00
release 2.2.5 (#728)
This commit is contained in:
10
HISTORY.rst
10
HISTORY.rst
@ -1,3 +1,12 @@
|
|||||||
|
======================
|
||||||
|
What's new in 2.2.5
|
||||||
|
======================
|
||||||
|
|
||||||
|
Release: 2024-10-20
|
||||||
|
|
||||||
|
* (Windows wheel) Update MariaDB Connector/C to 3.4.1. #726
|
||||||
|
* (Windows wheel) Build wheels for Python 3.13. #726
|
||||||
|
|
||||||
======================
|
======================
|
||||||
What's new in 2.2.4
|
What's new in 2.2.4
|
||||||
======================
|
======================
|
||||||
@ -633,4 +642,3 @@ ursor.fetchXXXDict() methods raise DeprecationWarning
|
|||||||
cursor.begin() is making a brief reappearence.
|
cursor.begin() is making a brief reappearence.
|
||||||
|
|
||||||
cursor.callproc() now works, with some limitations.
|
cursor.callproc() now works, with some limitations.
|
||||||
|
|
||||||
|
@ -27,6 +27,7 @@ classifiers = [
|
|||||||
"Programming Language :: Python :: 3.10",
|
"Programming Language :: Python :: 3.10",
|
||||||
"Programming Language :: Python :: 3.11",
|
"Programming Language :: Python :: 3.11",
|
||||||
"Programming Language :: Python :: 3.12",
|
"Programming Language :: Python :: 3.12",
|
||||||
|
"Programming Language :: Python :: 3.13",
|
||||||
"Topic :: Database",
|
"Topic :: Database",
|
||||||
"Topic :: Database :: Database Engines/Servers",
|
"Topic :: Database :: Database Engines/Servers",
|
||||||
]
|
]
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
__author__ = "Inada Naoki <songofacandy@gmail.com>"
|
__author__ = "Inada Naoki <songofacandy@gmail.com>"
|
||||||
__version__ = "2.2.4"
|
__version__ = "2.2.5"
|
||||||
version_info = (2, 2, 4, "final", 0)
|
version_info = (2, 2, 5, "final", 0)
|
||||||
|
Reference in New Issue
Block a user