This commit is contained in:
Inada Naoki
2021-01-01 20:46:52 +09:00
parent fdace640af
commit ceb15581ca
2 changed files with 13 additions and 2 deletions

View File

@ -1,3 +1,14 @@
======================
What's new in 2.0.3
======================
Release: 2021-01-01
* Add ``-std=c99`` option to cflags by default for ancient compilers that doesn't
accept C99 by default.
* You can customize cflags and ldflags by setting ``MYSQLCLIENT_CFLAGS`` and
``MYSQLCLIENT_LDFLAGS``. It overrides ``mysql_config``.
======================
What's new in 2.0.2
======================

View File

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