Skip to content

Commit 6eb6c2f

Browse files
authoredOct 20, 2024··
release 2.2.5 (#728)
1 parent 95db801 commit 6eb6c2f

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed
 

‎HISTORY.rst

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
======================
2+
What's new in 2.2.5
3+
======================
4+
5+
Release: 2024-10-20
6+
7+
* (Windows wheel) Update MariaDB Connector/C to 3.4.1. #726
8+
* (Windows wheel) Build wheels for Python 3.13. #726
9+
110
======================
211
What's new in 2.2.4
312
======================
@@ -633,4 +642,3 @@ ursor.fetchXXXDict() methods raise DeprecationWarning
633642
cursor.begin() is making a brief reappearence.
634643

635644
cursor.callproc() now works, with some limitations.
636-

‎pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ classifiers = [
2727
"Programming Language :: Python :: 3.10",
2828
"Programming Language :: Python :: 3.11",
2929
"Programming Language :: Python :: 3.12",
30+
"Programming Language :: Python :: 3.13",
3031
"Topic :: Database",
3132
"Topic :: Database :: Database Engines/Servers",
3233
]

‎src/MySQLdb/release.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
__author__ = "Inada Naoki <songofacandy@gmail.com>"
2-
__version__ = "2.2.4"
3-
version_info = (2, 2, 4, "final", 0)
2+
__version__ = "2.2.5"
3+
version_info = (2, 2, 5, "final", 0)

0 commit comments

Comments
 (0)
Please sign in to comment.