Skip to content

Commit

Permalink
1.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
methane committed Sep 1, 2017
1 parent 6058715 commit 71e15b1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
6 changes: 3 additions & 3 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
What's new in 1.3.11
======================

Support MariaDB 10.2 client library (#197, #177)
Support MariaDB 10.2 client library (#197, #177, #200)

Add NEWDECIMAL to the NUMBER DBAPISet (#167)

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

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

Support error numbers > CR_MAX_ERROR (#188)
Support error `numbers > CR_MAX_ERROR` (#188)

Fix tuple argument support (#145)

Expand Down
9 changes: 5 additions & 4 deletions metadata.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
version: 1.3.11c1
version_info: (1,3,11,'c',1)
version: 1.3.11
version_info: (1,3,11,'final',0)
description: Python interface to MySQL
long_description:
=========================
Expand All @@ -17,8 +17,8 @@ long_description:
- Thread-safety
- Thread-friendliness (threads will not block each other)
\n
MySQL-5.5 through 5.7 and Python 2.7, 3.4+ are currently
supported. PyPy is supported too.
MySQL-5.5 through 5.7 and Python 2.7, 3.4+ are currently supported.
PyPy is supported too.
\n
MySQLdb is `Free Software`_.
\n
Expand Down Expand Up @@ -47,6 +47,7 @@ classifiers:
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Expand Down

0 comments on commit 71e15b1

Please sign in to comment.