We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51fce20 commit 5ca725aCopy full SHA for 5ca725a
ecs_composex/__init__.py
@@ -5,4 +5,4 @@
5
6
__author__ = """John Preston"""
7
__email__ = "john@compose-x.io"
8
-__version__ = "0.24.1"
+__version__ = "0.24.2"
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "ecs_composex"
3
-version = "0.24.1"
+version = "0.24.2"
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>"]
@@ -82,7 +82,7 @@ sphinx-material = "^0.0.35"
82
github_url = "https://github.com/compose-x/ecs_composex"
83
84
[tool.tbump.version]
85
-current = "0.24.1"
+current = "0.24.2"
86
regex = '''
87
(?P<major>\d+)
88
\.
0 commit comments