From c3dcb16f8e497953102e4d3f55fc35aff1ca0d98 Mon Sep 17 00:00:00 2001 From: Inada Naoki Date: Fri, 8 Feb 2019 21:23:05 +0900 Subject: [PATCH] v1.4.2 --- HISTORY.rst | 12 ++++++++++++ metadata.cfg | 4 ++-- setup.cfg | 16 ---------------- 3 files changed, 14 insertions(+), 18 deletions(-) delete mode 100644 setup.cfg diff --git a/HISTORY.rst b/HISTORY.rst index 0583cab..e8127ba 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,3 +1,15 @@ +====================== + What's new in 1.4.2 +====================== + +Release: 2019-02-08 + +* Fix Django 1.11 compatibility. (#327) + mysqlclient 1.5 will not support Django 1.11. It is not because + mysqlclient will break backward compatibility, but Django used + unsupported APIs and Django 1.11 don't fix bugs including + compatibility issues. + ====================== What's new in 1.4.1 ====================== diff --git a/metadata.cfg b/metadata.cfg index 1834c1c..fd7790b 100644 --- a/metadata.cfg +++ b/metadata.cfg @@ -1,6 +1,6 @@ [metadata] -version: 1.4.1 -version_info: (1,4,1,'final',0) +version: 1.4.2 +version_info: (1,4,2,'final',0) description: Python interface to MySQL author: Inada Naoki author_email: songofacandy@gmail.com diff --git a/setup.cfg b/setup.cfg deleted file mode 100644 index eb5b551..0000000 --- a/setup.cfg +++ /dev/null @@ -1,16 +0,0 @@ -[build_ext] -## Only uncomment/set these if the default configuration doesn't work -## Also see https://docs.python.org/distutils/configfile.html -# include-dirs = ? -# library-dirs = ? -# link-objects = ? -# rpath = ? -# libraries = ? - -[bdist_rpm] -doc_files = README MANIFEST doc/*.txt -vendor = MySQL-python SourceForge Project -packager = Andy Dustman -distribution-name = Red Stains Linux -requires = python -build-requires = python-devel mysql-devel zlib-devel openssl-devel