Skip to content

Commit df17c16

Browse files
committed
version 0.3.1
1 parent 6d9fbb9 commit df17c16

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
0.3.1 (2019-05-24)
2+
==================
3+
* Fix auth with newer versions of OAuth libraries while retaining backward compatibility
4+
15
0.3.0 (2017-01-24)
26
==================
37
* Surface errors better

fitbit/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Fitbit API Library
44
------------------
55
6-
:copyright: 2012-2017 ORCAS.
6+
:copyright: 2012-2019 ORCAS.
77
:license: BSD, see LICENSE for more details.
88
"""
99

@@ -17,8 +17,8 @@
1717
__copyright__ = 'Copyright 2012-2017 ORCAS'
1818
__license__ = 'Apache 2.0'
1919

20-
__version__ = '0.3.0'
21-
__release__ = '0.3.0'
20+
__version__ = '0.3.1'
21+
__release__ = '0.3.1'
2222

2323
# Module namespace.
2424

0 commit comments

Comments
 (0)