File tree 4 files changed +4
-5
lines changed
4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.9.2
2
+ current_version = 0.10.0
3
3
commit = True
4
4
tag = True
5
5
@@ -14,4 +14,3 @@ replace = version = "{new_version}"
14
14
[bumpversion:file:morelia/__init__.py]
15
15
search = __version__ = " {current_version}"
16
16
replace = __version__ = " {new_version}"
17
-
Original file line number Diff line number Diff line change 53
53
# built documents.
54
54
#
55
55
# The short X.Y version.
56
- version = "0.9.2 "
56
+ version = "0.10.0 "
57
57
# The full version, including alpha/beta/rc tags.
58
58
release = version
59
59
Original file line number Diff line number Diff line change 8
8
from morelia .formatters import ColorTextFormatter , PlainTextFormatter
9
9
from morelia .parser import Parser , execute_script
10
10
11
- __version__ = "0.9.2 "
11
+ __version__ = "0.10.0 "
12
12
13
13
14
14
def has_color_support ():
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " morelia"
3
- version = " 0.9.2 "
3
+ version = " 0.10.0 "
4
4
description =" for \" Behavior Driven Development\" (BDD) -- a client-facing scripting language to put the squeeze on all your features"
5
5
license =" MIT"
6
6
authors = [" dryobates <jakub.stolarski@gmail.com>" ]
You can’t perform that action at this time.
0 commit comments