Skip to content

Commit

Permalink
Docs updates for 0.14.0 and AWS SAR
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnPreston committed Mar 25, 2021
1 parent 66c4973 commit c643515
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ecs_composex/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

__author__ = """John Preston"""
__email__ = "[email protected]"
__version__ = "0.14.0"
__version__ = "0.14.0.post"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github_url = "https://github.com/compose-x/ecs_composex"

[tool.tbump.version]
current = "0.14.0"
current = "0.14.0.post"

regex = '''
(?P<major>\d+)
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.14.0
current_version = 0.14.0.post
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@
test_suite="tests",
tests_require=test_requirements,
url="https://github.com/compose-x/ecs_composex",
version="0.14.0",
version="0.14.0.post",
zip_safe=False,
)

0 comments on commit c643515

Please sign in to comment.