Skip to content

Commit

Permalink
version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brad committed Oct 16, 2018
1 parent 5643a66 commit fd4951d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
1.1.0 (2018-10-16)
==================

- Switch to withings URLs


1.0.0 (2018-08-21)
==================

Expand Down
4 changes: 2 additions & 2 deletions nokia/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
from __future__ import unicode_literals

__title__ = 'nokia'
__version__ = '0.4.0'
__version__ = '1.1.0'
__author__ = 'Maxime Bouroumeau-Fuseau, and ORCAS'
__license__ = 'MIT'
__copyright__ = 'Copyright 2012-2017 Maxime Bouroumeau-Fuseau, and ORCAS'
__copyright__ = 'Copyright 2012-2018 Maxime Bouroumeau-Fuseau, and ORCAS'

__all__ = [str('NokiaCredentials'), str('NokiaAuth'), str('NokiaApi'),
str('NokiaMeasures'), str('NokiaMeasureGroup')]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='nokia',
version='1.0.0',
version='1.1.0',
description="Library for the Nokia Health API",
author='ORCAS',
author_email='[email protected]',
Expand Down

0 comments on commit fd4951d

Please sign in to comment.