Skip to content

Commit 27d4b45

Browse files
authored
Merge pull request #34 from barryorourke/bugfix_release_042
prepare for release of 0.4.2
2 parents 0d6a913 + 2428c3b commit 27d4b45

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
33

44
This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md)
55

6-
## [Unreleased]
6+
# [Unreleased]
7+
8+
# [0.4.2]
9+
##Fixed
710
- Fixes `client_name` in `bail()` as it was using an incorrect path within `event` dict (@absolutejam)
811

912
# [0.4.1]
@@ -47,7 +50,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
4750
## [0.1.0] 2014-01-06
4851
- Initial release (@zsprackett)
4952

50-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugin-python/compare/0.4.1...HEAD
53+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugin-python/compare/0.4.2...HEAD
54+
[0.4.1]: https://github.com/sensu-plugins/sensu-plugin-python/compare/0.4.1...0.4.2
5155
[0.4.1]: https://github.com/sensu-plugins/sensu-plugin-python/compare/0.4.0...0.4.1
5256
[0.4.0]: https://github.com/sensu-plugins/sensu-plugin-python/compare/8920afcda62b34e9134ba9a816582dbf5f52806c...0.4.0
5357
[0.3.2]: https://github.com/sensu-plugins/sensu-plugin-python/compare/40314082947208acf9ed7c6d6c321ea52a14e765...8920afcda62b34e9134ba9a816582dbf5f52806c

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='sensu_plugin',
5-
version='0.4.1',
5+
version='0.4.2',
66
author='Sensu-Plugins and contributors',
77
author_email='[email protected]',
88
packages=['sensu_plugin', 'sensu_plugin.test'],

0 commit comments

Comments
 (0)