Skip to content

Commit 40b8809

Browse files
committed
1.3.14
1 parent 45bf879 commit 40b8809

File tree

3 files changed

+27
-4
lines changed

3 files changed

+27
-4
lines changed

HISTORY.rst

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
======================
2+
What's new in 1.3.14
3+
======================
4+
5+
Release: 2018-12-04
6+
7+
* Support static linking of MariaDB Connector/C (#265)
8+
9+
* Better converter for Decimal and Float (#267, #268, #273, #286)
10+
11+
* Add ``Connection._get_native_connection`` for XTA project (#269)
12+
13+
* Fix SEGV on MariaDB Connector/C when ``Connection.close()`` is called
14+
for closed connection. (#270, #272, #276)
15+
16+
* Fix ``Connection.client_flag`` (#266)
17+
18+
* Fix SSCursor may raise same exception twice (#282)
19+
20+
* ``waiter`` option is now deprecated. (#285)
21+
22+
* Fixed SSL support is not detected when built with MySQL < 5.1 (#291)
23+
24+
125
======================
226
What's new in 1.3.13
327
======================

metadata.cfg

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
2-
version: 1.3.13
3-
version_info: (1,3,13,'final',0)
2+
version: 1.3.14
3+
version_info: (1,3,14,'final',0)
44
description: Python interface to MySQL
55
author: Andy Dustman
66
author_email: [email protected]
@@ -27,6 +27,7 @@ classifiers:
2727
Programming Language :: Python :: 3.4
2828
Programming Language :: Python :: 3.5
2929
Programming Language :: Python :: 3.6
30+
Programming Language :: Python :: 3.7
3031
Topic :: Database
3132
Topic :: Database :: Database Engines/Servers
3233
py_modules:

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22

33
import os
44
import io
5-
import sys
65

7-
import distutils.errors
86
import setuptools
97

108
if os.name == "posix":

0 commit comments

Comments
 (0)