Skip to content

Commit 0cc46fd

Browse files
committed
Bump to 0.19.0. Disable py35 and py36 builds temporarily.
1 parent f4758e5 commit 0cc46fd

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

abodepy/event_controller.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
import collections
33
import logging
44

5-
from abodepy.automation import AbodeAutomation
65
from abodepy.devices import AbodeDevice
76
from abodepy.exceptions import AbodeException
87
import abodepy.helpers.constants as CONST

abodepy/helpers/constants.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
import os
33

44
MAJOR_VERSION = 0
5-
MINOR_VERSION = 18
6-
PATCH_VERSION = '1'
5+
MINOR_VERSION = 19
6+
PATCH_VERSION = '0'
77

88
__version__ = '{}.{}.{}'.format(MAJOR_VERSION, MINOR_VERSION, PATCH_VERSION)
99

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = build, py35, py36, py37, lint
2+
envlist = build, py37, lint
33
skip_missing_interpreters = True
44
skipsdist = True
55

0 commit comments

Comments
 (0)