Skip to content

Commit 1e6c62a

Browse files
committed
Bump to 1.1.2
1 parent b3d2962 commit 1e6c62a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ecs_files_composer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55

66
__author__ = """John Preston"""
77
__email__ = "[email protected]"
8-
__version__ = "1.1.1"
8+
__version__ = "1.1.2"

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ecs_files_composer"
3-
version = "1.1.1"
3+
version = "1.1.2"
44
description = "Files and configuration handler to inject configuration files into volumes for ECS containers"
55
authors = ["John Preston <[email protected]>"]
66
license = "MPL-2.0"
@@ -91,7 +91,7 @@ omit = ["ecs_files_composer/cli.py"]
9191
github_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

9696
regex = '''
9797
(?P<major>\d+)
@@ -115,5 +115,5 @@ src = "pyproject.toml"
115115
[[tool.tbump.file]]
116116
src = "ecs_files_composer/__init__.py"
117117
[build-system]
118-
requires = ["poetry-core>=1.1.1"]
118+
requires = ["poetry-core>=1.1.2"]
119119
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)