Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.23.17 #676

Merged
merged 2 commits into from
Jul 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ecs_composex/__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__ = "0.23.16"
__version__ = "0.23.17"
78 changes: 39 additions & 39 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.23.16"
version = "0.23.17"
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 @@ -83,7 +83,7 @@ sphinx-material = "^0.0.35"
github_url = "https://github.com/compose-x/ecs_composex"

[tool.tbump.version]
current = "0.23.16"
current = "0.23.17"
regex = '''
(?P<major>\d+)
\.
Expand Down