Commit 02b7652 1 parent 03b46ab commit 02b7652 Copy full SHA for 02b7652
File tree 3 files changed +21
-12
lines changed
3 files changed +21
-12
lines changed Original file line number Diff line number Diff line change 3
3
Release History
4
4
===============
5
5
6
+ 0.8.0
7
+ +++++
8
+
9
+ * Make colors customizable (#242)
10
+ * Init colorama only in Windows legacy terminal (#238)
11
+ * Add `raw_result ` to `CommandResultItem ` (#235)
12
+ * Refine code style to comply with Python 3 (#232, #233)
13
+ * CI: Support Python 3.9 (#229)
14
+ * Logging: `CLILogging.configure ` returns as early as possible (#228)
15
+
6
16
0.8.0rc2
7
17
++++++++
8
18
Original file line number Diff line number Diff line change 1
- argcomplete == 1.11.1
2
- colorama == 0.4.3
1
+ argcomplete == 1.12.2
2
+ colorama == 0.4.4
3
3
flake8 == 3.8.4
4
- jmespath == 0.9.5
5
- mock == 4.0.1
6
- pylint == 2.6.0
7
- Pygments == 2.5.2
4
+ jmespath == 0.10.0
5
+ mock == 4.0.3
6
+ Pygments == 2.8.1
7
+ pylint == 2.7.2
8
+ pytest == 6.2.2
8
9
PyYAML
9
- six == 1.14.0
10
- tabulate == 0.8.6
11
- vcrpy == 4.0.2
12
- pytest == 5.3.5
10
+ tabulate == 0.8.9
11
+ vcrpy == 4.1.1
Original file line number Diff line number Diff line change 8
8
from codecs import open
9
9
from setuptools import setup , find_packages
10
10
11
- VERSION = '0.8.0rc2 '
11
+ VERSION = '0.8.0 '
12
12
13
13
DEPENDENCIES = [
14
14
'argcomplete' ,
38
38
'Intended Audience :: System Administrators' ,
39
39
'Programming Language :: Python' ,
40
40
'Programming Language :: Python :: 3' ,
41
- 'Programming Language :: Python :: 3.5' ,
42
41
'Programming Language :: Python :: 3.6' ,
43
42
'Programming Language :: Python :: 3.7' ,
44
43
'Programming Language :: Python :: 3.8' ,
44
+ 'Programming Language :: Python :: 3.9' ,
45
45
'License :: OSI Approved :: MIT License' ,
46
46
],
47
47
packages = ['knack' , 'knack.testsdk' ],
You can’t perform that action at this time.
0 commit comments