This commit is contained in:
Inada Naoki
2022-06-22 10:22:08 +09:00
parent aafdec84cf
commit 78caa9ed05
2 changed files with 16 additions and 2 deletions

View File

@@ -1,3 +1,17 @@
======================
What's new in 2.1.1
======================
Release: 2022-06-22
* Fix qualname of exception classes. (#522)
* Fix range check in ``MySQLdb._mysql.result.fetch_row()``. Invalid ``how`` argument caused SEGV. (#538)
* Fix docstring of ``_mysql.connect``. (#540)
* Windows: Binary wheels are updated. (#541)
* Use MariaDB Connector/C 3.3.1.
* Use cibuildwheel to build wheels.
* Python 3.8-3.11
======================
What's new in 2.1.0
======================

View File

@@ -1,6 +1,6 @@
[metadata]
version: 2.1.0
version_info: (2,1,0,'final',0)
version: 2.1.1
version_info: (2,1,1,'final',0)
description: Python interface to MySQL
author: Inada Naoki
author_email: songofacandy@gmail.com