Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6eb6c2f

Browse files
authored
release 2.2.5 (#728)
1 parent95db801 commit6eb6c2f

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

‎HISTORY.rst‎

Lines changed: 9 additions & 1 deletion
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‎

Lines changed: 1 addition & 0 deletions
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‎

Lines changed: 2 additions & 2 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp