From 532fe1b7cbbaeeb261a4a8da9c4feddc3d61caaf Mon Sep 17 00:00:00 2001 From: John Preston Date: Wed, 20 Oct 2021 10:08:39 +0100 Subject: [PATCH] Bump to 0.17.0 --- ecs_composex/__init__.py | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ecs_composex/__init__.py b/ecs_composex/__init__.py index 78ae3860d..95823709e 100644 --- a/ecs_composex/__init__.py +++ b/ecs_composex/__init__.py @@ -6,4 +6,4 @@ __author__ = """John Preston""" __email__ = "john@compose-x.io" -__version__ = "0.17.0rc2" +__version__ = "0.17.0" diff --git a/pyproject.toml b/pyproject.toml index 74cf213c1..fe324a94e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] maintainers = ["John Preston "] @@ -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\d+)