File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
6
6
__author__ = """John Preston"""
7
7
8
- __version__ = "1.1.1 "
8
+ __version__ = "1.1.2 "
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " ecs_files_composer"
3
- version = " 1.1.1 "
3
+ version = " 1.1.2 "
4
4
description = " Files and configuration handler to inject configuration files into volumes for ECS containers"
5
5
authors = [
" John Preston <[email protected] >" ]
6
6
license = " MPL-2.0"
@@ -91,7 +91,7 @@ omit = ["ecs_files_composer/cli.py"]
91
91
github_url = " https://github.com/compose-x/ecs-files-composer"
92
92
93
93
[tool .tbump .version ]
94
- current = " 1.1.1 "
94
+ current = " 1.1.2 "
95
95
96
96
regex = '''
97
97
(?P<major>\d+)
@@ -115,5 +115,5 @@ src = "pyproject.toml"
115
115
[[tool .tbump .file ]]
116
116
src = " ecs_files_composer/__init__.py"
117
117
[build-system ]
118
- requires = [" poetry-core>=1.1.1 " ]
118
+ requires = [" poetry-core>=1.1.2 " ]
119
119
build-backend = " poetry.core.masonry.api"
You can’t perform that action at this time.
0 commit comments