Skip to content

Commit ab712bf

Browse files
author
Ciaran Evans
committed
Bump version from 0.16.0 -> 0.17.0
Signed-off-by: Ciaran Evans <[email protected]>
1 parent fe8f6fb commit ab712bf

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22

33
## [Unreleased][]
44

5-
[Unreleased]: https://github.com/chaostoolkit-incubator/chaostoolkit-aws/compare/0.16.0...HEAD
5+
[Unreleased]: https://github.com/chaostoolkit-incubator/chaostoolkit-aws/compare/0.17.0...HEAD
6+
7+
## [0.17.0][]
8+
[0.17.0]: https://github.com/chaostoolkit-incubator/chaostoolkit-aws/compare/0.16.0...0.17.0
69

710
### Added
811
- adding list_event_source_mapping to awslambda probes

chaosaws/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from chaoslib.types import Configuration, DiscoveredActivities, Discovery, Secrets
1515
from logzero import logger
1616

17-
__version__ = "0.16.0"
17+
__version__ = "0.17.0"
1818
__all__ = ["__version__", "discover", "aws_client", "signed_api_call"]
1919

2020

0 commit comments

Comments
 (0)