File tree 2 files changed +5
-2
lines changed
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/).
4
4
This CHANGELOG follows the format listed [ here] ( https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md )
5
5
6
6
# [ Unreleased]
7
+
8
+ # [ 0.4.3]
7
9
## Fixed
8
10
- Fixes ` utils.config_files ` so that it returns a list of files, rather than a list of ` None ` 's (@barryorourke )
9
11
@@ -52,7 +54,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
52
54
## [ 0.1.0] 2014-01-06
53
55
- Initial release (@zsprackett )
54
56
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
56
59
[ 0.4.1 ] : https://github.com/sensu-plugins/sensu-plugin-python/compare/0.4.1...0.4.2
57
60
[ 0.4.1 ] : https://github.com/sensu-plugins/sensu-plugin-python/compare/0.4.0...0.4.1
58
61
[ 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 2
2
3
3
setup (
4
4
name = 'sensu_plugin' ,
5
- version = '0.4.2 ' ,
5
+ version = '0.4.3 ' ,
6
6
author = 'Sensu-Plugins and contributors' ,
7
7
author_email = 'sensu-users@googlegroups.com' ,
8
8
packages = ['sensu_plugin' , 'sensu_plugin.test' ],
You can’t perform that action at this time.
0 commit comments