Skip to content

Commit e4e3256

Browse files
committed
Bump version 0.8.2 -> 0.8.3
Signed-off-by: Sylvain Hellegouarch <[email protected]>
1 parent 1866874 commit e4e3256

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# Changelog
22

33
## [Unreleased][]
4-
[Unreleased]: https://github.com/chaostoolkit-incubator/chaostoolkit-azure/compare/0.8.2...HEAD
4+
[Unreleased]: https://github.com/chaostoolkit-incubator/chaostoolkit-azure/compare/0.8.3...HEAD
5+
6+
## [0.8.3][] - 2020-05-14
7+
8+
[0.8.3]: https://github.com/chaostoolkit-incubator/chaostoolkit-azure/compare/0.8.2...0.8.3
59

610
### Added
711

chaosazure/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"discover", "__version__", "init_client",
2020
"init_resource_graph_client"
2121
]
22-
__version__ = '0.8.2'
22+
__version__ = '0.8.3'
2323

2424

2525
def discover(discover_system: bool = True) -> Discovery:

0 commit comments

Comments
 (0)