File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed
Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,6 @@ docs/_build/
5252MANIFEST
5353
5454
55-
56-
55+ # virtual environments
5756venv
57+ virtualenv
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ language: python
33python :
44 - " 2.7"
55 - " 3.4"
6+ - " 3.5"
67 - " 3.6"
78
89install :
Original file line number Diff line number Diff line change @@ -3,6 +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]
7+ ### Added
8+ - Add support for python 3.5, which is the default version in Debian 9. (@barryorourke )
9+
610## [ 0.3.2] 2017-10-10
711### Fixed
812- Variable name changes in the metrics classed missed during the initial 0.3.0 release (@barryorourke )
@@ -28,3 +32,10 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
2832
2933## [ 0.1.0] 2014-01-06
3034- Initial release (@zsprackett )
35+
36+ [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugin-python/compare/8920afcda62b34e9134ba9a816582dbf5f52806c...HEAD
37+ [ 0.3.2 ] : https://github.com/sensu-plugins/sensu-plugin-python/compare/40314082947208acf9ed7c6d6c321ea52a14e765...8920afcda62b34e9134ba9a816582dbf5f52806c
38+ [ 0.3.1 ] : https://github.com/sensu-plugins/sensu-plugin-python/compare/2deaf3a34cd86afe13af9ab34aefd8056d284e85...40314082947208acf9ed7c6d6c321ea52a14e765
39+ [ 0.3.0 ] : https://github.com/sensu-plugins/sensu-plugin-python/compare/1302599c366ce30e04119bbc7551a258b33a7eab...2deaf3a34cd86afe13af9ab34aefd8056d284e85
40+ [ 0.2.0 ] : https://github.com/sensu-plugins/sensu-plugin-python/compare/7f3a6311771469ef1a38719a9dfb407f1ff43cf8...1302599c366ce30e04119bbc7551a258b33a7eab
41+ [ 0.1.0 ] : https://github.com/sensu-plugins/sensu-plugin-python/commit/7f3a6311771469ef1a38719a9dfb407f1ff43cf8
You can’t perform that action at this time.
0 commit comments