We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 107c4c8 commit b1f525dCopy full SHA for b1f525d
2 files changed
ecs_composex/__init__.py
@@ -6,4 +6,4 @@
6
7
__author__ = """John Preston"""
8
__email__ = "john@compose-x.io"
9
-__version__ = "0.16.0rc3"
+__version__ = "0.16.0"
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "ecs_composex"
3
-version = "0.16.0rc3"
+version = "0.16.0"
4
description = "Manage, Configure and Deploy your services and AWS services and applications from your docker-compose definition"
5
authors = ["John Preston <john@compose-x.io>"]
maintainers = ["John Preston <john@compose-x.io>"]
@@ -78,7 +78,7 @@ ecrscan = ["ecr-scan-reporter"]
78
github_url = "https://github.com/compose-x/ecs_composex"
79
80
[tool.tbump.version]
81
-current = "0.16.0rc3"
+current = "0.16.0"
82
83
regex = '''
84
(?P<major>\d+)
0 commit comments