File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 3
3
History
4
4
-------
5
5
6
+ 1.5.2 (2020-09-21)
7
+ ++++++++++++++++++
8
+
9
+ * Add formal support for Python 3.8
10
+ * Remove formal support for Python 3.4
11
+ * Switch from Travis to GitHub actions
12
+ * Made tests pass flake8 for Python 2.7
13
+
6
14
1.5.1 (2018-08-05)
7
15
++++++++++++++++++
8
16
Original file line number Diff line number Diff line change 2
2
3
3
__author__ = "Daniel Greenfeld"
4
4
5
- __version__ = "1.5.1 "
5
+ __version__ = "1.5.2 "
6
6
__license__ = "BSD"
7
7
8
8
from functools import wraps
Original file line number Diff line number Diff line change 10
10
except ImportError :
11
11
from distutils .core import setup
12
12
13
- __version__ = "1.5.1 "
13
+ __version__ = "1.5.2 "
14
14
15
15
16
16
def read (fname ):
@@ -54,8 +54,7 @@ def read(fname):
54
54
"Natural Language :: English" ,
55
55
"Programming Language :: Python :: 2" ,
56
56
"Programming Language :: Python :: 2.7" ,
57
- "Programming Language :: Python :: 3" ,
58
- "Programming Language :: Python :: 3.4" ,
57
+ "Programming Language :: Python :: 3" ,
59
58
"Programming Language :: Python :: 3.5" ,
60
59
"Programming Language :: Python :: 3.6" ,
61
60
"Programming Language :: Python :: 3.7" ,
You can’t perform that action at this time.
0 commit comments