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/).
33
44This 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
Original file line number Diff line number Diff line change 22
33setup (
44 name = 'sensu_plugin' ,
5- version = '0.4.1 ' ,
5+ version = '0.4.2 ' ,
66 author = 'Sensu-Plugins and contributors' ,
77 author_email = 'sensu-users@googlegroups.com' ,
88 packages = ['sensu_plugin' , 'sensu_plugin.test' ],
You can’t perform that action at this time.
0 commit comments