Skip to content

Commit

Permalink
prepare for release 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
barryorourke committed Sep 12, 2018
1 parent b26ec46 commit 4db97b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md)

# [Unreleased]

# [0.5.2]
## Added
- test that event data exists and is valid json (@barryorourke)
- make testing plugins a lot easier (@barryorourke)
Expand Down Expand Up @@ -87,7 +89,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
## [0.1.0] 2014-01-06
- Initial release (@zsprackett)

[Unreleased]: https://github.com/sensu-plugins/sensu-plugin-python/compare/0.5.1...HEAD
[Unreleased]: https://github.com/sensu-plugins/sensu-plugin-python/compare/0.5.2...HEAD
[0.5.1]: https://github.com/sensu-plugins/sensu-plugin-python/compare/0.5.1...0.5.2
[0.5.1]: https://github.com/sensu-plugins/sensu-plugin-python/compare/0.5.0...0.5.1
[0.5.0]: https://github.com/sensu-plugins/sensu-plugin-python/compare/0.4.7...0.5.0
[0.4.7]: https://github.com/sensu-plugins/sensu-plugin-python/compare/0.4.6...0.4.7
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='sensu_plugin',
version='0.5.1',
version='0.5.2',
author='Sensu-Plugins and Contributors',
author_email='sensu-users@googlegroups.com',
packages=['sensu_plugin', 'sensu_plugin.tests'],
Expand Down

0 comments on commit 4db97b6

Please sign in to comment.