Skip to content

Commit

Permalink
Bump to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnPreston committed Aug 15, 2023
1 parent 5156412 commit f5e7aac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ecs_files_composer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

__author__ = """John Preston"""
__email__ = "[email protected]"
__version__ = "1.3.1"
__version__ = "1.4.0"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ecs_files_composer"
version = "1.3.1"
version = "1.4.0"
description = "Files and configuration handler to inject configuration files into volumes for ECS containers"
authors = ["John Preston <[email protected]>"]
license = "MPL-2.0"
Expand Down Expand Up @@ -95,7 +95,7 @@ omit = ["ecs_files_composer/cli.py"]
github_url = "https://github.com/compose-x/ecs-files-composer"

[tool.tbump.version]
current = "1.3.1"
current = "1.4.0"

regex = '''
(?P<major>\d+)
Expand Down

0 comments on commit f5e7aac

Please sign in to comment.