8000 0.6.6 · gcmcom/PyMySQL@262c9d8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 262c9d8

Browse files
committed
0.6.6
1 parent 1fd3ecf commit 262c9d8

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
# Changes
22

3-
## 0.6.5
3+
## 0.6.6
44

55
* Add context manager to cursor
66
* Fix can't encode blob that is not utf-8 on PY3. (regression of 0.6.4,
77
Thanks to @wiggzz)
88

9+
## 0.6.5
10+
Skipped
11+
912
## 0.6.4
1013
* Support "LOAD LOCAL INFILE". Thanks @wraziens
1114
* Show MySQL warnings after execute query.

pymysql/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
2424
'''
2525

26-
VERSION = (0, 6, 5, None)
26+
VERSION = (0, 6, 6, None)
2727

2828
from ._compat import text_type, JYTHON, IRONPYTHON
2929
from .constants import FIELD_TYPE

0 commit comments

Comments
 (0)
0