Skip to content

Commit ab23d1f

Browse files
authored
Merge pull request #249 from dryobates/master
0.10.0 release
2 parents 93f45b3 + 9e5c6be commit ab23d1f

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

.bumpversion.cfg

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.9.2
2+
current_version = 0.10.0
33
commit = True
44
tag = True
55

@@ -14,4 +14,3 @@ replace = version = "{new_version}"
1414
[bumpversion:file:morelia/__init__.py]
1515
search = __version__ = "{current_version}"
1616
replace = __version__ = "{new_version}"
17-

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
# built documents.
5454
#
5555
# The short X.Y version.
56-
version = "0.9.2"
56+
version = "0.10.0"
5757
# The full version, including alpha/beta/rc tags.
5858
release = version
5959

morelia/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from morelia.formatters import ColorTextFormatter, PlainTextFormatter
99
from morelia.parser import Parser, execute_script
1010

11-
__version__ = "0.9.2"
11+
__version__ = "0.10.0"
1212

1313

1414
def has_color_support():

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "morelia"
3-
version = "0.9.2"
3+
version = "0.10.0"
44
description="for \"Behavior Driven Development\" (BDD) -- a client-facing scripting language to put the squeeze on all your features"
55
license="MIT"
66
authors = ["dryobates <jakub.stolarski@gmail.com>"]

0 commit comments

Comments
 (0)