From ceb15581caeb7c0ec9c656cb2d98d8c65fbb9335 Mon Sep 17 00:00:00 2001 From: Inada Naoki Date: Fri, 1 Jan 2021 20:46:52 +0900 Subject: [PATCH] v2.0.3 --- HISTORY.rst | 11 +++++++++++ metadata.cfg | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 6ad6e148..16fcbd59 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -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 ====================== diff --git a/metadata.cfg b/metadata.cfg index b0ee0db4..2a2e64fa 100644 --- a/metadata.cfg +++ b/metadata.cfg @@ -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