Skip to content

Commit 78caa9e

Browse files
committed
v2.1.1
1 parent aafdec8 commit 78caa9e

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

HISTORY.rst

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
======================
2+
What's new in 2.1.1
3+
======================
4+
5+
Release: 2022-06-22
6+
7+
* Fix qualname of exception classes. (#522)
8+
* Fix range check in ``MySQLdb._mysql.result.fetch_row()``. Invalid ``how`` argument caused SEGV. (#538)
9+
* Fix docstring of ``_mysql.connect``. (#540)
10+
* Windows: Binary wheels are updated. (#541)
11+
* Use MariaDB Connector/C 3.3.1.
12+
* Use cibuildwheel to build wheels.
13+
* Python 3.8-3.11
14+
115
======================
216
What's new in 2.1.0
317
======================

metadata.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
2-
version: 2.1.0
3-
version_info: (2,1,0,'final',0)
2+
version: 2.1.1
3+
version_info: (2,1,1,'final',0)
44
description: Python interface to MySQL
55
author: Inada Naoki
66
author_email: [email protected]

0 commit comments

Comments
 (0)