Skip to content

Commit 17045e8

Browse files
committed
1.4.4
1 parent b400acd commit 17045e8

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 1.4.4
3+
======================
4+
5+
Release: 2019-08-12
6+
7+
* ``charset`` option is passed to ``mysql_options(mysql, MYSQL_SET_CHARSET_NAME, charset)``
8+
before ``mysql_real_connect`` is called.
9+
This avoid extra ``SET NAMES <charset>`` query when creating connection.
10+
11+
112
======================
213
What's new in 1.4.3
314
======================

metadata.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
2-
version: 1.4.3
3-
version_info: (1,4,3,'final',0)
2+
version: 1.4.4
3+
version_info: (1,4,4,'final',0)
44
description: Python interface to MySQL
55
author: Inada Naoki
66
author_email: songofacandy@gmail.com

0 commit comments

Comments
 (0)