From 40b8809c8fbfc10eb959af00dd74506cc20a3f0a Mon Sep 17 00:00:00 2001 From: Inada Naoki Date: Tue, 4 Dec 2018 19:05:25 +0900 Subject: [PATCH] 1.3.14 --- HISTORY.rst | 24 ++++++++++++++++++++++++ metadata.cfg | 5 +++-- setup.py | 2 -- 3 files changed, 27 insertions(+), 4 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index e37380b..dd3bbae 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,3 +1,27 @@ +====================== + What's new in 1.3.14 +====================== + +Release: 2018-12-04 + +* Support static linking of MariaDB Connector/C (#265) + +* Better converter for Decimal and Float (#267, #268, #273, #286) + +* Add ``Connection._get_native_connection`` for XTA project (#269) + +* Fix SEGV on MariaDB Connector/C when ``Connection.close()`` is called + for closed connection. (#270, #272, #276) + +* Fix ``Connection.client_flag`` (#266) + +* Fix SSCursor may raise same exception twice (#282) + +* ``waiter`` option is now deprecated. (#285) + +* Fixed SSL support is not detected when built with MySQL < 5.1 (#291) + + ====================== What's new in 1.3.13 ====================== diff --git a/metadata.cfg b/metadata.cfg index 4dee961..6e05d35 100644 --- a/metadata.cfg +++ b/metadata.cfg @@ -1,6 +1,6 @@ [metadata] -version: 1.3.13 -version_info: (1,3,13,'final',0) +version: 1.3.14 +version_info: (1,3,14,'final',0) description: Python interface to MySQL author: Andy Dustman author_email: farcepest@gmail.com @@ -27,6 +27,7 @@ classifiers: Programming Language :: Python :: 3.4 Programming Language :: Python :: 3.5 Programming Language :: Python :: 3.6 + Programming Language :: Python :: 3.7 Topic :: Database Topic :: Database :: Database Engines/Servers py_modules: diff --git a/setup.py b/setup.py index 4d2e1b4..ca4b362 100644 --- a/setup.py +++ b/setup.py @@ -2,9 +2,7 @@ import os import io -import sys -import distutils.errors import setuptools if os.name == "posix":