Skip to content

Commit

Permalink
Bump version to 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MisterWil committed Jan 4, 2019
1 parent b23c8bc commit 6f84bb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions abodepy/helpers/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
import os

MAJOR_VERSION = 0
MINOR_VERSION = 14
PATCH_VERSION = '1'
MINOR_VERSION = 15
PATCH_VERSION = '0'

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

Expand Down

0 comments on commit 6f84bb4

Please sign in to comment.