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 5156412 commit f5e7aacCopy full SHA for f5e7aac
ecs_files_composer/__init__.py
@@ -5,4 +5,4 @@
5
6
__author__ = """John Preston"""
7
__email__ = "john@compose-x.io"
8
-__version__ = "1.3.1"
+__version__ = "1.4.0"
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "ecs_files_composer"
3
-version = "1.3.1"
+version = "1.4.0"
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"
@@ -95,7 +95,7 @@ omit = ["ecs_files_composer/cli.py"]
95
github_url = "https://github.com/compose-x/ecs-files-composer"
96
97
[tool.tbump.version]
98
-current = "1.3.1"
+current = "1.4.0"
99
100
regex = '''
101
(?P<major>\d+)
0 commit comments