diff --git a/CHANGELOG.md b/CHANGELOG.md index 66a6277..5c31e5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,15 @@ ## [Unreleased][] -[Unreleased]: https://github.com/chaostoolkit/chaostoolkit-cloud-foundry/compare/0.7.2...HEAD +[Unreleased]: https://github.com/chaostoolkit/chaostoolkit-cloud-foundry/compare/0.7.3...HEAD + +## [0.7.3][] + +[0.7.3]: https://github.com/chaostoolkit/chaostoolkit-cloud-foundry/compare/0.7.2...0.7.3 + +### Changed + +- Release as 0.7.2 didn't publish correctly ## [0.7.2][] diff --git a/chaoscf/__init__.py b/chaoscf/__init__.py index d195253..ae635d8 100644 --- a/chaoscf/__init__.py +++ b/chaoscf/__init__.py @@ -20,7 +20,7 @@ urllib3.disable_warnings() -__version__ = "0.7.2" +__version__ = "0.7.3" __all__ = ["__version__", "auth", "discover"]