Skip to content

Commit

Permalink
Bump to 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnPreston committed Oct 20, 2021
1 parent 7553b98 commit 532fe1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ecs_composex/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

__author__ = """John Preston"""
__email__ = "[email protected]"
__version__ = "0.17.0rc2"
__version__ = "0.17.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_composex"
version = "0.17.0rc2"
version = "0.17.0"
description = "Manage, Configure and Deploy your services and AWS services and applications from your docker-compose definition"
authors = ["John Preston <[email protected]>"]
maintainers = ["John Preston <[email protected]>"]
Expand Down Expand Up @@ -77,7 +77,7 @@ ecrscan = ["ecr-scan-reporter"]
github_url = "https://github.com/compose-x/ecs_composex"

[tool.tbump.version]
current = "0.17.0rc2"
current = "0.17.0"

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

0 comments on commit 532fe1b

Please sign in to comment.