Skip to content

Commit c50bdc0

Browse files
authored
Change experimental tag color to cyan (#196)
1 parent 31277fe commit c50bdc0

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

HISTORY.rst

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
Release History
44
===============
55

6+
0.7.0rc2
7+
+++++
8+
* Change experimental tag color to cyan
9+
610
0.7.0rc1
711
+++++
812
* Allow disabling color (#171)

knack/experimental.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def _default_get_message(self):
5757
cli_ctx=cli_ctx,
5858
object_type=object_type,
5959
target=target,
60-
color='red',
60+
color='cyan',
6161
tag_func=tag_func or (lambda _: _EXPERIMENTAL_TAG),
6262
message_func=message_func or _default_get_message
6363
)

setup.py

+1-1
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.7.0rc1'
12+
VERSION = '0.7.0rc2'
1313

1414
DEPENDENCIES = [
1515
'argcomplete',

0 commit comments

Comments
 (0)