8000 0.7.4 · pkdevboxy/PyMySQL@92a0679 · GitHub
[go: up one dir, main page]

Skip to content

Commit 92a0679

Browse files
committed
0.7.4
1 parent 5f9c6b3 commit 92a0679

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
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.4
4+
5+
Release date: 2016-05-26
6+
7+
* Fix AttributeError may happen while Connection.__del__ (#463)
8+
* Fix SyntaxError in test_cursor. (#464)
9+
* frozenset support for query value. (#461)
10+
* Start using readthedocs.io
11+
312
## 0.7.3
413

514
Release date: 2016-05-19

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, 3, None)
36+
VERSION = (0, 7, 4, None)
3737
threadsafety = 1
3838
apilevel = "2.0"
3939
paramstyle = "pyformat"

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
'Programming Language :: Python :: 2',
2525
'Programming Language :: Python :: 2.7',
2626
'Programming Language :: Python :: 3',
27-
'Programming Language :: Python :: 3.3',
2827
'Programming Language :: Python :: 3.4',
2928
'Programming Language :: Python :: 3.5',
3029
'Programming Language :: Python :: Implementation :: CPython',

0 commit comments

Comments
 (0)
0