We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecc6608 commit ecaeb61Copy full SHA for ecaeb61
ecs_composex/__init__.py
@@ -5,4 +5,4 @@
5
6
__author__ = """John Preston"""
7
__email__ = "john@compose-x.io"
8
-__version__ = "1.1.0"
+__version__ = "1.1.1"
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "ecs_composex"
3
-version = "1.1.0"
+version = "1.1.1"
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>"]
@@ -84,7 +84,7 @@ sphinx-material = "^0.0.35"
84
github_url = "https://github.com/compose-x/ecs_composex"
85
86
[tool.tbump.version]
87
-current = "1.1.0"
+current = "1.1.1"
88
regex = '''
89
(?P<major>\d+)
90
\.
0 commit comments