From 3f17cdb08b3880ff92deb83c122a6192502f4da2 Mon Sep 17 00:00:00 2001 From: "John \"Preston\" Mille" Date: Sun, 25 Feb 2024 16:59:29 +0000 Subject: [PATCH] Bump to 0.25.0-rc2 --- 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 6b3cfa75..94ec0ac9 100644 --- a/ecs_composex/__init__.py +++ b/ecs_composex/__init__.py @@ -5,4 +5,4 @@ __author__ = """John Preston""" __email__ = "john@compose-x.io" -__version__ = "0.24.2" +__version__ = "0.25.0-rc2" diff --git a/pyproject.toml b/pyproject.toml index a897b5ea..5a6e154e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ecs_composex" -version = "0.24.2" +version = "0.25.0-rc2" description = "Manage, Configure and Deploy your services and AWS services and applications from your docker-compose definition" authors = ["John Preston "] maintainers = ["John Preston "] @@ -82,7 +82,7 @@ sphinx-material = "^0.0.35" github_url = "https://github.com/compose-x/ecs_composex" [tool.tbump.version] -current = "0.24.2" +current = "0.25.0-rc2" regex = ''' (?P\d+) \.