Skip to content

Commit 4e86885

Browse files
committed
Bump to 1.1.4
1 parent d284ef5 commit 4e86885

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__ = "[email protected]"
8-
__version__ = "1.1.3"
8+
__version__ = "1.1.4"

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.3"
3+
version = "1.1.4"
44
description = "Manage, Configure and Deploy your services and AWS services and applications from your docker-compose definition"
55
authors = ["John Preston <[email protected]>"]
66
maintainers = ["John Preston <[email protected]>"]
@@ -84,7 +84,7 @@ sphinx-material = "^0.0.35"
8484
github_url = "https://github.com/compose-x/ecs_composex"
8585

8686
[tool.tbump.version]
87-
current = "1.1.3"
87+
current = "1.1.4"
8888
regex = '''
8989
(?P<major>\d+)
9090
\.

0 commit comments

Comments
 (0)