Skip to content

Commit 584d41f

Browse files
committed
Bump to 2.1.4
1 parent 73b72d8 commit 584d41f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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__ = "2.1.3"
8+
__version__ = "2.1.4"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ecs_files_composer"
3-
version = "2.1.3"
3+
version = "2.1.4"
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"
@@ -98,7 +98,7 @@ omit = ["ecs_files_composer/cli.py"]
9898
github_url = "https://github.com/compose-x/ecs-files-composer"
9999

100100
[tool.tbump.version]
101-
current = "2.1.3"
101+
current = "2.1.4"
102102

103103
regex = '''
104104
(?P<major>\d+)

0 commit comments

Comments
 (0)