Skip to content

Commit ceb1558

Browse files
committed
v2.0.3
1 parent fdace64 commit ceb1558

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

HISTORY.rst

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
======================
2+
What's new in 2.0.3
3+
======================
4+
5+
Release: 2021-01-01
6+
7+
* Add ``-std=c99`` option to cflags by default for ancient compilers that doesn't
8+
accept C99 by default.
9+
* You can customize cflags and ldflags by setting ``MYSQLCLIENT_CFLAGS`` and
10+
``MYSQLCLIENT_LDFLAGS``. It overrides ``mysql_config``.
11+
112
======================
213
What's new in 2.0.2
314
======================

metadata.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
2-
version: 2.0.2
3-
version_info: (2,0,2,'final',0)
2+
version: 2.0.3
3+
version_info: (2,0,3,'final',0)
44
description: Python interface to MySQL
55
author: Inada Naoki
66
author_email: [email protected]

0 commit comments

Comments
 (0)