mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2025-08-14 18:12:35 +08:00
Start 2.2.0 development (#587)
This commit is contained in:
10
HISTORY.rst
10
HISTORY.rst
@ -1,3 +1,13 @@
|
||||
======================
|
||||
What's new in 2.2.0
|
||||
======================
|
||||
|
||||
Release: TBD
|
||||
|
||||
* Use ``pkg-config`` instead of ``mysql_config`` (#586)
|
||||
|
||||
|
||||
|
||||
======================
|
||||
What's new in 2.1.1
|
||||
======================
|
||||
|
@ -1,7 +1,7 @@
|
||||
[metadata]
|
||||
name: mysqlclient
|
||||
version: 2.1.2
|
||||
version_info: (2,1,2,'dev',0)
|
||||
version: 2.2.0dev0
|
||||
version_info: (2,2,0,'dev',0)
|
||||
description: Python interface to MySQL
|
||||
author: Inada Naoki
|
||||
author_email: songofacandy@gmail.com
|
||||
|
Reference in New Issue
Block a user