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 375f424 commit 05d9e9bCopy full SHA for 05d9e9b
ecs_files_composer/__init__.py
@@ -6,4 +6,4 @@
6
7
__author__ = """John Preston"""
8
__email__ = "[email protected]"
9
-__version__ = "0.6.4"
+__version__ = "0.7.0"
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "ecs_files_composer"
3
-version = "0.6.4"
+version = "0.7.0"
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.4"
+current = "0.7.0"
91
92
# Example of a semver regexp.
93
# Make sure this matches current_version before
0 commit comments