We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d9fbb9 commit df17c16Copy full SHA for df17c16
2 files changed
CHANGELOG.rst
@@ -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
+
5
0.3.0 (2017-01-24)
6
==================
7
* Surface errors better
fitbit/__init__.py
@@ -3,7 +3,7 @@
Fitbit API Library
------------------
-:copyright: 2012-2017 ORCAS.
+:copyright: 2012-2019 ORCAS.
:license: BSD, see LICENSE for more details.
8
"""
9
@@ -17,8 +17,8 @@
17
__copyright__ = 'Copyright 2012-2017 ORCAS'
18
__license__ = 'Apache 2.0'
19
20
-__version__ = '0.3.0'
21
-__release__ = '0.3.0'
+__version__ = '0.3.1'
+__release__ = '0.3.1'
22
23
# Module namespace.
24
0 commit comments