Skip to content

Commit 8940f12

Browse files
authored
Version 0.2.0 release (#28)
1 parent 882c776 commit 8940f12

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

HISTORY.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from codecs import open
1010
from setuptools import setup, find_packages
1111

12-
VERSION = '0.1.1'
12+
VERSION = '0.2.0'
1313

1414
DEPENDENCIES = [
1515
'argcomplete',

0 commit comments

Comments
 (0)