We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb532b3 commit 9bfa6acCopy full SHA for 9bfa6ac
ecs_files_composer/__init__.py
@@ -5,4 +5,4 @@
5
6
__author__ = """John Preston"""
7
__email__ = "john@compose-x.io"
8
-__version__ = "0.9.3"
+__version__ = "0.9.4"
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "ecs_files_composer"
3
-version = "0.9.3"
+version = "0.9.4"
4
description = "Files and configuration handler to inject configuration files into volumes for ECS containers"
authors = ["John Preston <john@compose-x.io>"]
license = "MPL-2.0"
@@ -90,7 +90,7 @@ omit = ["ecs_files_composer/cli.py"]
90
github_url = "https://github.com/compose-x/ecs-files-composer"
91
92
[tool.tbump.version]
93
-current = "0.9.3"
+current = "0.9.4"
94
95
regex = '''
96
(?P<major>\d+)
0 commit comments