Skip to content

Commit 2701860

Browse files
authored
Merge pull request #22 from barryorourke/35_support
add support for python 3.5
2 parents 8920afc + 41321e6 commit 2701860

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ docs/_build/
5252
MANIFEST
5353

5454

55-
56-
55+
# virtual environments
5756
venv
57+
virtualenv

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ language: python
33
python:
44
- "2.7"
55
- "3.4"
6+
- "3.5"
67
- "3.6"
78

89
install:

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
33

44
This 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

0 commit comments

Comments
 (0)