8000 0.9.1 · vicdeveloper/PyMySQL@2864ae8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2864ae8

Browse files
committed
0.9.1
1 parent 24f093a commit 2864ae8

10000 File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG

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

3+
## 0.9.1
4+
5+
Release date: 2018-07-03
6+
7+
* Fixed caching_sha2_password and sha256_password raise TypeError on PY2
8+
(#700, #702)
9+
10+
311
## 0.9.0
412

513
Release date: 2018-06-27

pymysql/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
DateFromTicks, TimeFromTicks, TimestampFromTicks)
3636

3737

38-
VERSION = (0, 9, 0, None)
38+
VERSION = (0, 9, 1, None)
3939
if VERSION[3] is not None:
4040
VERSION_STRING = "%d.%d.%d_%s" % VERSION
4141
else:

0 commit comments

Comments
 (0)
0