File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44This CHANGELOG follows the format listed [ here] ( https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md )
55
66# [ Unreleased]
7+
8+ # [ 0.4.3]
79## Fixed
810- Fixes ` utils.config_files ` so that it returns a list of files, rather than a list of ` None ` 's (@barryorourke )
911
@@ -52,7 +54,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
5254## [ 0.1.0] 2014-01-06
5355- Initial release (@zsprackett )
5456
55- [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugin-python/compare/0.4.2...HEAD
57+ [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugin-python/compare/0.4.3...HEAD
58+ [ 0.4.2 ] : https://github.com/sensu-plugins/sensu-plugin-python/compare/0.4.2...0.4.3
5659[ 0.4.1 ] : https://github.com/sensu-plugins/sensu-plugin-python/compare/0.4.1...0.4.2
5760[ 0.4.1 ] : https://github.com/sensu-plugins/sensu-plugin-python/compare/0.4.0...0.4.1
5861[ 0.4.0 ] : https://github.com/sensu-plugins/sensu-plugin-python/compare/8920afcda62b34e9134ba9a816582dbf5f52806c...0.4.0
Original file line number Diff line number Diff line change 22
33setup (
44 name = 'sensu_plugin' ,
5- version = '0.4.2 ' ,
5+ version = '0.4.3 ' ,
66 author = 'Sensu-Plugins and contributors' ,
7788 packages = ['sensu_plugin' , 'sensu_plugin.test' ],
You can’t perform that action at this time.
0 commit comments