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.2.0 "
8+ __version__ = "1.2.1 "
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " ecs_files_composer"
3- version = " 1.2.0 "
3+ version = " 1.2.1 "
44description = " Files and configuration handler to inject configuration files into volumes for ECS containers"
55authors = [
" John Preston <[email protected] >" ]
66license = " MPL-2.0"
@@ -93,7 +93,7 @@ omit = ["ecs_files_composer/cli.py"]
9393github_url = " https://github.com/compose-x/ecs-files-composer"
9494
9595[tool .tbump .version ]
96- current = " 1.2.0 "
96+ current = " 1.2.1 "
9797
9898regex = '''
9999 (?P<major>\d+)
@@ -117,5 +117,5 @@ src = "pyproject.toml"
117117[[tool .tbump .file ]]
118118src = " ecs_files_composer/__init__.py"
119119[build-system ]
120- requires = [" poetry-core>=1.2.0 " ]
120+ requires = [" poetry-core>=1.2.1 " ]
121121build-backend = " poetry.core.masonry.api"
You can’t perform that action at this time.
0 commit comments