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 7280687 commit 976f678Copy full SHA for 976f678
ecs_files_composer/__init__.py
@@ -6,4 +6,4 @@
6
7
__author__ = """John Preston"""
8
__email__ = "[email protected]"
9
-__version__ = "0.4.3"
+__version__ = "0.4.4"
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "ecs_files_composer"
3
-version = "0.4.3"
+version = "0.4.4"
4
description = "Files and configuration handler to inject configuration files into volumes for ECS containers"
5
authors = ["John Preston <[email protected]>"]
license = "MPL-2.0"
@@ -86,7 +86,7 @@ omit = ["ecs_files_composer/cli.py"]
86
github_url = "https://github.com/compose-x/ecs-files-composer"
87
88
[tool.tbump.version]
89
-current = "0.4.3"
+current = "0.4.4"
90
91
# Example of a semver regexp.
92
# Make sure this matches current_version before
0 commit comments