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