Skip to content

Commit 9531ffc

Browse files
authored
Merge pull request #38 from barryorourke/release_0_4_3
prepare for release 0.4.3
2 parents 07b4dd6 + 15b3be6 commit 9531ffc

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44
This 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

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.2',
5+
version='0.4.3',
66
author='Sensu-Plugins and contributors',
77
author_email='sensu-users@googlegroups.com',
88
packages=['sensu_plugin', 'sensu_plugin.test'],

0 commit comments

Comments
 (0)