Commit c50bdc0 1 parent 31277fe commit c50bdc0 Copy full SHA for c50bdc0
File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 3
3
Release History
4
4
===============
5
5
6
+ 0.7.0rc2
7
+ +++++
8
+ * Change experimental tag color to cyan
9
+
6
10
0.7.0rc1
7
11
+++++
8
12
* Allow disabling color (#171)
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ def _default_get_message(self):
57
57
cli_ctx = cli_ctx ,
58
58
object_type = object_type ,
59
59
target = target ,
60
- color = 'red ' ,
60
+ color = 'cyan ' ,
61
61
tag_func = tag_func or (lambda _ : _EXPERIMENTAL_TAG ),
62
62
message_func = message_func or _default_get_message
63
63
)
Original file line number Diff line number Diff line change 9
9
from codecs import open
10
10
from setuptools import setup , find_packages
11
11
12
- VERSION = '0.7.0rc1 '
12
+ VERSION = '0.7.0rc2 '
13
13
14
14
DEPENDENCIES = [
15
15
'argcomplete' ,
You can’t perform that action at this time.
0 commit comments