We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ddf8dc commit 400fdfeCopy full SHA for 400fdfe
ecs_composex/__init__.py
@@ -5,4 +5,4 @@
5
6
__author__ = """John Preston"""
7
__email__ = "john@compose-x.io"
8
-__version__ = "1.1.8"
+__version__ = "1.1.9"
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "ecs_composex"
3
-version = "1.1.8"
+version = "1.1.9"
4
description = "Manage, Configure and Deploy your services and AWS services and applications from your docker-compose definition"
authors = ["John Preston <john@compose-x.io>"]
maintainers = ["John Preston <john@compose-x.io>"]
@@ -86,7 +86,7 @@ sphinx-material = "^0.0.35"
86
github_url = "https://github.com/compose-x/ecs_composex"
87
88
[tool.tbump.version]
89
-current = "1.1.8"
+current = "1.1.9"
90
regex = '''
91
(?P<major>\d+)
92
\.
0 commit comments