File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 55
66__author__ = """John Preston"""
778- __version__ = "1.1.1 "
8+ __version__ = "1.1.2 "
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " ecs_files_composer"
3- version = " 1.1.1 "
3+ version = " 1.1.2 "
44description = " Files and configuration handler to inject configuration files into volumes for ECS containers"
55authors = [
" John Preston <[email protected] >" ]
66license = " MPL-2.0"
@@ -91,7 +91,7 @@ omit = ["ecs_files_composer/cli.py"]
9191github_url = " https://github.com/compose-x/ecs-files-composer"
9292
9393[tool .tbump .version ]
94- current = " 1.1.1 "
94+ current = " 1.1.2 "
9595
9696regex = '''
9797 (?P<major>\d+)
@@ -115,5 +115,5 @@ src = "pyproject.toml"
115115[[tool .tbump .file ]]
116116src = " ecs_files_composer/__init__.py"
117117[build-system ]
118- requires = [" poetry-core>=1.1.1 " ]
118+ requires = [" poetry-core>=1.1.2 " ]
119119build-backend = " poetry.core.masonry.api"
You can’t perform that action at this time.
0 commit comments