Skip to content

Commit

Permalink
v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
methane committed Jun 22, 2022
1 parent aafdec8 commit 78caa9e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -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
======================
Expand Down
4 changes: 2 additions & 2 deletions metadata.cfg
Original file line number Diff line number Diff line change
@@ -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: [email protected]
Expand Down

0 comments on commit 78caa9e

Please sign in to comment.