Skip to content

Commit 5a40d57

Browse files
committed
1.4.3
1 parent a8329a3 commit 5a40d57

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

HISTORY.rst

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
======================
2+
What's new in 1.4.3
3+
======================
4+
5+
Release: 2019-08-09
6+
7+
* ``--static`` build supports ``libmariadbclient.a``
8+
* Try ``mariadb_config`` when ``mysql_config`` is not found
9+
* Fixed warning happend in Python 3.8 (#359)
10+
* Fixed ``from MySQLdb import *``, while I don't recommend it. (#369)
11+
* Fixed SEGV ``MySQLdb.escape_string("1")`` when libmariadb is used and
12+
no connection is created. (#367)
13+
* Fixed many circular references are created in ``Cursor.executemany()``. (#375)
14+
15+
116
======================
217
What's new in 1.4.2
318
======================

metadata.cfg

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
2-
version: 1.4.2.post1
3-
version_info: (1,4,2,'post',1)
2+
version: 1.4.3
3+
version_info: (1,4,3,'final',0)
44
description: Python interface to MySQL
55
author: Inada Naoki
66
author_email: songofacandy@gmail.com
@@ -25,6 +25,7 @@ classifiers:
2525
Programming Language :: Python :: 3.5
2626
Programming Language :: Python :: 3.6
2727
Programming Language :: Python :: 3.7
28+
Programming Language :: Python :: 3.8
2829
Topic :: Database
2930
Topic :: Database :: Database Engines/Servers
3031
py_modules:

0 commit comments

Comments
 (0)