File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 33 Release History
44===============
55
6- unreleased
7- ^^^^^^^^^^
6+ 0.2.0 (2017-09-27)
7+ ^^^^^^^^^^^^^^^^^^
88
99* Support command level and argument level validators.
10- * knack.commands.CLICommandsLoader no accepts a `command_cls ` argument so you can provide your own `CLICommand ` class.
10+ * knack.commands.CLICommandsLoader now accepts a `command_cls ` argument so you can provide your own `CLICommand ` class.
1111* logging: make determine_verbose_level private method.
1212* Allow overriding of NAMED_ARGUMENTS
1313* Only pass valid argparse kwargs to argparse.ArgumentParser.add_argument and ignore the rest
Original file line number Diff line number Diff line change 99from codecs import open
1010from setuptools import setup , find_packages
1111
12- VERSION = '0.1.1 '
12+ VERSION = '0.2.0 '
1313
1414DEPENDENCIES = [
1515 'argcomplete' ,
You can’t perform that action at this time.
0 commit comments