Skip to content

Commit

Permalink
Change experimental tag color to cyan (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiasli authored Apr 15, 2020
1 parent 31277fe commit c50bdc0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
Release History
===============

0.7.0rc2
+++++
* Change experimental tag color to cyan

0.7.0rc1
+++++
* Allow disabling color (#171)
Expand Down
2 changes: 1 addition & 1 deletion knack/experimental.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def _default_get_message(self):
cli_ctx=cli_ctx,
object_type=object_type,
target=target,
color='red',
color='cyan',
tag_func=tag_func or (lambda _: _EXPERIMENTAL_TAG),
message_func=message_func or _default_get_message
)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from codecs import open
from setuptools import setup, find_packages

VERSION = '0.7.0rc1'
VERSION = '0.7.0rc2'

DEPENDENCIES = [
'argcomplete',
Expand Down

0 comments on commit c50bdc0

Please sign in to comment.