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/
52
52
MANIFEST
53
53
54
54
55
-
56
-
55
+ # virtual environments
57
56
venv
57
+ virtualenv
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ language: python
3
3
python :
4
4
- " 2.7"
5
5
- " 3.4"
6
+ - " 3.5"
6
7
- " 3.6"
7
8
8
9
install :
Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
3
3
4
4
This CHANGELOG follows the format listed [ here] ( https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md )
5
5
6
+ ## [ Unreleased]
7
+ ### Added
8
+ - Add support for python 3.5, which is the default version in Debian 9. (@barryorourke )
9
+
6
10
## [ 0.3.2] 2017-10-10
7
11
### Fixed
8
12
- 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
28
32
29
33
## [ 0.1.0] 2014-01-06
30
34
- 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