Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2760691

Browse filesBrowse files
committed
1.4.0rc1
1 parent 3bea8cd commit 2760691
Copy full SHA for 2760691

File tree

Expand file treeCollapse file tree

2 files changed

+5
-6
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+5
-6
lines changed

‎HISTORY.rst

Copy file name to clipboardExpand all lines: HISTORY.rst
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Release: TBD
2828

2929
* Support non-ASCII field name with non-UTF-8 connection encoding. (#210)
3030

31+
* Optimize decoding speed of string and integer types.
3132

3233
======================
3334
What's new in 1.3.14

‎metadata.cfg

Copy file name to clipboardExpand all lines: metadata.cfg
+4-6Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
[metadata]
2-
version: 1.3.14
3-
version_info: (1,3,14,'final',0)
2+
version: 1.4.0
3+
version_info: (1,4,0,'rc',1)
44
description: Python interface to MySQL
5-
author: Andy Dustman
6-
author_email: farcepest@gmail.com
7-
maintainer: INADA Naoki
8-
maintainer_email: songofacandy@gmail.com
5+
author: Inada Naoki
6+
author_email: songofacandy@gmail.com
97
license: GPL
108
platforms: ALL
119
url: https://github.com/PyMySQL/mysqlclient-python

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.