-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
snapshots can now be created with a list of tags
- Loading branch information
1 parent
2b3d64d
commit 84c9ffa
Showing
3 changed files
with
22 additions
and
6 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
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,3 +1,9 @@ | ||
## 1.0.0 | ||
|
||
NEW FEATURES: | ||
|
||
* Snapshots can now be created with a list of tags | ||
|
||
## 0.61.0 | ||
|
||
IMPROVEMENTS: | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
|
||
setuptools.setup( | ||
name = "AutoscalingLifecycle", | ||
version = "0.61.0", | ||
version = "1.0.0", | ||
author = "Jan Schumann", | ||
author_email = "[email protected]", | ||
description = "A library to handle aws autoscaling lifecycle events", | ||
|