Skip to content

Commit 71e15b1

Browse files
committed
1.3.11
1 parent 6058715 commit 71e15b1

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

HISTORY.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
What's new in 1.3.11
33
======================
44

5-
Support MariaDB 10.2 client library (#197, #177)
5+
Support MariaDB 10.2 client library (#197, #177, #200)
66

77
Add NEWDECIMAL to the NUMBER DBAPISet (#167)
88

99
Allow bulk insert which no space around `VALUES` (#179)
1010

11-
fix leak of connection->converter. (#182)
11+
Fix leak of `connection->converter`. (#182)
1212

13-
Support error numbers > CR_MAX_ERROR (#188)
13+
Support error `numbers > CR_MAX_ERROR` (#188)
1414

1515
Fix tuple argument support (#145)
1616

metadata.cfg

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
2-
version: 1.3.11c1
3-
version_info: (1,3,11,'c',1)
2+
version: 1.3.11
3+
version_info: (1,3,11,'final',0)
44
description: Python interface to MySQL
55
long_description:
66
=========================
@@ -17,8 +17,8 @@ long_description:
1717
- Thread-safety
1818
- Thread-friendliness (threads will not block each other)
1919
\n
20-
MySQL-5.5 through 5.7 and Python 2.7, 3.4+ are currently
21-
supported. PyPy is supported too.
20+
MySQL-5.5 through 5.7 and Python 2.7, 3.4+ are currently supported.
21+
PyPy is supported too.
2222
\n
2323
MySQLdb is `Free Software`_.
2424
\n
@@ -47,6 +47,7 @@ classifiers:
4747
Programming Language :: Python :: 2
4848
Programming Language :: Python :: 2.7
4949
Programming Language :: Python :: 3
50+
Programming Language :: Python :: 3.3
5051
Programming Language :: Python :: 3.4
5152
Programming Language :: Python :: 3.5
5253
Programming Language :: Python :: 3.6

0 commit comments

Comments
 (0)