Skip to content

Commit 167ca23

Browse files
committed
Update requirements
1 parent 366f70d commit 167ca23

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
0.2.1 (2016-03-28)
2+
==================
3+
* Update requirements to use requests-oauthlib>=0.6.1
4+
15
0.2 (2016-03-23)
26
================
37

fitbit/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
__copyright__ = 'Copyright 2012-2015 ORCAS'
1818
__license__ = 'Apache 2.0'
1919

20-
__version__ = '0.2'
21-
__release__ = '0.2'
20+
__version__ = '0.2.1'
21+
__release__ = '0.2.1'
2222

2323
# Module namespace.
2424

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
python-dateutil>=1.5,<2.5
2-
requests-oauthlib>=0.4,<1.1
2+
requests-oauthlib>=0.6.1,<1.1

0 commit comments

Comments
 (0)