We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 987fb3a commit fbadac9Copy full SHA for fbadac9
ecs_composex/__init__.py
@@ -5,4 +5,4 @@
5
6
__author__ = """John Preston"""
7
__email__ = "john@compose-x.io"
8
-__version__ = "0.23.22"
+__version__ = "0.23.23"
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "ecs_composex"
3
-version = "0.23.22"
+version = "0.23.23"
4
description = "Manage, Configure and Deploy your services and AWS services and applications from your docker-compose definition"
authors = ["John Preston <john@compose-x.io>"]
maintainers = ["John Preston <john@compose-x.io>"]
@@ -83,7 +83,7 @@ sphinx-material = "^0.0.35"
83
github_url = "https://github.com/compose-x/ecs_composex"
84
85
[tool.tbump.version]
86
-current = "0.23.22"
+current = "0.23.23"
87
regex = '''
88
(?P<major>\d+)
89
\.
0 commit comments