Skip to content

Commit b1f525d

Browse files
committed
Bump to 0.16.0
1 parent 107c4c8 commit b1f525d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

ecs_composex/__init__.py

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

77
__author__ = """John Preston"""
88
__email__ = "john@compose-x.io"
9-
__version__ = "0.16.0rc3"
9+
__version__ = "0.16.0"

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.16.0rc3"
3+
version = "0.16.0"
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>"]
@@ -78,7 +78,7 @@ ecrscan = ["ecr-scan-reporter"]
7878
github_url = "https://github.com/compose-x/ecs_composex"
7979

8080
[tool.tbump.version]
81-
current = "0.16.0rc3"
81+
current = "0.16.0"
8282

8383
regex = '''
8484
(?P<major>\d+)

0 commit comments

Comments
 (0)