Skip to content

Commit 5ca725a

Browse files
committed
Bump to 0.24.2
1 parent 51fce20 commit 5ca725a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ecs_composex/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55

66
__author__ = """John Preston"""
77
__email__ = "john@compose-x.io"
8-
__version__ = "0.24.1"
8+
__version__ = "0.24.2"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ecs_composex"
3-
version = "0.24.1"
3+
version = "0.24.2"
44
description = "Manage, Configure and Deploy your services and AWS services and applications from your docker-compose definition"
55
authors = ["John Preston <john@compose-x.io>"]
66
maintainers = ["John Preston <john@compose-x.io>"]
@@ -82,7 +82,7 @@ sphinx-material = "^0.0.35"
8282
github_url = "https://github.com/compose-x/ecs_composex"
8383

8484
[tool.tbump.version]
85-
current = "0.24.1"
85+
current = "0.24.2"
8686
regex = '''
8787
(?P<major>\d+)
8888
\.

0 commit comments

Comments
 (0)