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 73b72d8 commit 584d41fCopy full SHA for 584d41f
ecs_files_composer/__init__.py
@@ -5,4 +5,4 @@
5
6
__author__ = """John Preston"""
7
__email__ = "john@compose-x.io"
8
-__version__ = "2.1.3"
+__version__ = "2.1.4"
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "ecs_files_composer"
3
-version = "2.1.3"
+version = "2.1.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"
@@ -98,7 +98,7 @@ omit = ["ecs_files_composer/cli.py"]
98
github_url = "https://github.com/compose-x/ecs-files-composer"
99
100
[tool.tbump.version]
101
-current = "2.1.3"
+current = "2.1.4"
102
103
regex = '''
104
(?P<major>\d+)
0 commit comments