-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix output for Service Subnets (#770)
* Bump to 1.1.3
- Loading branch information
1 parent
1dc7371
commit 19c2ec0
Showing
3 changed files
with
12 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,4 @@ | |
|
||
__author__ = """John Preston""" | ||
__email__ = "[email protected]" | ||
__version__ = "1.1.2" | ||
__version__ = "1.1.3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "ecs_composex" | ||
version = "1.1.2" | ||
version = "1.1.3" | ||
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]>"] | ||
|
@@ -84,7 +84,7 @@ sphinx-material = "^0.0.35" | |
github_url = "https://github.com/compose-x/ecs_composex" | ||
|
||
[tool.tbump.version] | ||
current = "1.1.2" | ||
current = "1.1.3" | ||
regex = ''' | ||
(?P<major>\d+) | ||
\. | ||
|