Skip to content

Commit 5385f51

Browse files
committed
v2.0.2
1 parent 1731d27 commit 5385f51

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

HISTORY.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
======================
2+
What's new in 2.0.2
3+
======================
4+
5+
Release: 2020-12-10
6+
7+
* Windows: Update MariaDB Connector/C to 3.1.11.
8+
* Optimize fetching many rows with DictCursor.
9+
110
======================
211
What's new in 2.0.1
312
======================

metadata.cfg

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[metadata]
2-
version: 2.0.1
3-
version_info: (2,0,1,'final',0)
2+
version: 2.0.2
3+
version_info: (2,0,2,'final',0)
44
description: Python interface to MySQL
55
author: Inada Naoki
66
author_email: [email protected]
77
license: GPL
88
platforms: ALL
9-
url: https://github.com/PyMySQL/mysqlclient-python
9+
url: https://github.com/PyMySQL/mysqlclient
1010
classifiers:
1111
Development Status :: 5 - Production/Stable
1212
Environment :: Other Environment
@@ -20,10 +20,10 @@ classifiers:
2020
Programming Language :: C
2121
Programming Language :: Python
2222
Programming Language :: Python :: 3
23-
Programming Language :: Python :: 3.5
2423
Programming Language :: Python :: 3.6
2524
Programming Language :: Python :: 3.7
2625
Programming Language :: Python :: 3.8
26+
Programming Language :: Python :: 3.9
2727
Topic :: Database
2828
Topic :: Database :: Database Engines/Servers
2929
py_modules:

0 commit comments

Comments
 (0)