Skip to content

Commit 400fdfe

Browse files
committed
Bump to 1.1.9
1 parent 9ddf8dc commit 400fdfe

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__ = "1.1.8"
8+
__version__ = "1.1.9"

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 = "1.1.8"
3+
version = "1.1.9"
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>"]
@@ -86,7 +86,7 @@ sphinx-material = "^0.0.35"
8686
github_url = "https://github.com/compose-x/ecs_composex"
8787

8888
[tool.tbump.version]
89-
current = "1.1.8"
89+
current = "1.1.9"
9090
regex = '''
9191
(?P<major>\d+)
9292
\.

0 commit comments

Comments
 (0)