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 47ca001 commit 3e60270Copy full SHA for 3e60270
ecs_files_composer/__init__.py
@@ -6,4 +6,4 @@
6
7
__author__ = """John Preston"""
8
__email__ = "[email protected]"
9
-__version__ = "0.6.2"
+__version__ = "0.6.3"
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "ecs_files_composer"
3
-version = "0.6.2"
+version = "0.6.3"
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"
@@ -87,7 +87,7 @@ omit = ["ecs_files_composer/cli.py"]
87
github_url = "https://github.com/compose-x/ecs-files-composer"
88
89
[tool.tbump.version]
90
-current = "0.6.2"
+current = "0.6.3"
91
92
# Example of a semver regexp.
93
# Make sure this matches current_version before
0 commit comments