File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
3
3
4
4
This CHANGELOG follows the format listed [ here] ( https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md )
5
5
6
- ## [ Unreleased]
6
+ # [ Unreleased]
7
+
8
+ # [ 0.4.2]
9
+ ##Fixed
7
10
- Fixes ` client_name ` in ` bail() ` as it was using an incorrect path within ` event ` dict (@absolutejam )
8
11
9
12
# [ 0.4.1]
@@ -47,7 +50,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
47
50
## [ 0.1.0] 2014-01-06
48
51
- Initial release (@zsprackett )
49
52
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
51
55
[ 0.4.1 ] : https://github.com/sensu-plugins/sensu-plugin-python/compare/0.4.0...0.4.1
52
56
[ 0.4.0 ] : https://github.com/sensu-plugins/sensu-plugin-python/compare/8920afcda62b34e9134ba9a816582dbf5f52806c...0.4.0
53
57
[ 0.3.2 ] : https://github.com/sensu-plugins/sensu-plugin-python/compare/40314082947208acf9ed7c6d6c321ea52a14e765...8920afcda62b34e9134ba9a816582dbf5f52806c
Original file line number Diff line number Diff line change 2
2
3
3
setup (
4
4
name = 'sensu_plugin' ,
5
- version = '0.4.1 ' ,
5
+ version = '0.4.2 ' ,
6
6
author = 'Sensu-Plugins and contributors' ,
7
7
8
8
packages = ['sensu_plugin' , 'sensu_plugin.test' ],
You can’t perform that action at this time.
0 commit comments