Start 2.2.0 development (#587)

This commit is contained in:
Inada Naoki
2023-05-09 11:45:45 +09:00
committed by GitHub
parent df52e237b3
commit c56fc43482
2 changed files with 12 additions and 2 deletions

View File

@ -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 What's new in 2.1.1
====================== ======================

View File

@ -1,7 +1,7 @@
[metadata] [metadata]
name: mysqlclient name: mysqlclient
version: 2.1.2 version: 2.2.0dev0
version_info: (2,1,2,'dev',0) version_info: (2,2,0,'dev',0)
description: Python interface to MySQL description: Python interface to MySQL
author: Inada Naoki author: Inada Naoki
author_email: songofacandy@gmail.com author_email: songofacandy@gmail.com