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__ = "0.10.0 "
8+ __version__ = "0.10.1 "
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " ecs_files_composer"
3- version = " 0.10.0 "
3+ version = " 0.10.1 "
44description = " Files and configuration handler to inject configuration files into volumes for ECS containers"
55authors = [
" John Preston <[email protected] >" ]
66license = " MPL-2.0"
@@ -32,7 +32,7 @@ compose-x-common = "^1.0"
3232certbot-aws-store = " ^0.2.2"
3333
3434[tool .poetry .dev-dependencies ]
35- placebo = " ^0.10.0 "
35+ placebo = " ^0.10.1 "
3636datamodel-code-generator = {extras = [" http" ], version = " ^0.13" }
3737Sphinx = " ^5.0"
3838black = " ^22.3.0"
@@ -90,7 +90,7 @@ omit = ["ecs_files_composer/cli.py"]
9090github_url = " https://github.com/compose-x/ecs-files-composer"
9191
9292[tool .tbump .version ]
93- current = " 0.10.0 "
93+ current = " 0.10.1 "
9494
9595regex = '''
9696 (?P<major>\d+)
You can’t perform that action at this time.
0 commit comments