8000 Prepare 0.7.5 · PyMySQL/PyMySQL@2d26b55 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2d26b55

Browse files
committed
Prepare 0.7.5
1 parent a03d740 commit 2d26b55

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changes
22

3+
## 0.7.5
4+
5+
Release date: 2016-06-28
6+
7+
* Fix exception raised while importing when getpwuid() fails (#472)
8+
* SSCursor supports LOAD DATA LOCAL INFILE (#473)
9+
* Fix encoding error happen for JSON type (#477)
10+
* Fix test fail on Python 2.7 and MySQL 5.7 (#478)
11+
312
## 0.7.4
413

514
Release date: 2016-05-26

pymysql/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
DateFromTicks, TimeFromTicks, TimestampFromTicks
3434

3535

36-
VERSION = (0, 7, 4, None)
36+
VERSION = (0, 7, 5, None)
3737
threadsafety = 1
3838
apilevel = "2.0"
3939
paramstyle = "pyformat"

0 commit comments

Comments
 (0)
0