Skip to content

Commit 149656c

Browse files
committed
Update README and CHANGELOG
1 parent e1c338b commit 149656c

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
0.2 (2016-03-23)
2+
================
3+
4+
* Drop OAuth1 support. See .. _OAuth1-deprecated: https://dev.fitbit.com/docs/oauth2/#oauth-1-0a-deprecated
5+
* Drop py26 and py32 support
6+
17
0.1.3 (2015-02-04)
28
==================
39

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ For documentation: `http://python-fitbit.readthedocs.org/ <http://python-fitbit.
1818
Requirements
1919
============
2020

21-
* Python 2.6+
21+
* Python 2.7+
2222
* `python-dateutil`_ (always)
2323
* `requests-oauthlib`_ (always)
2424
* `Sphinx`_ (to create the documention)

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,8 @@
3333
'Natural Language :: English',
3434
'License :: OSI Approved :: Apache Software License',
3535
'Programming Language :: Python',
36-
'Programming Language :: Python :: 2.6',
3736
'Programming Language :: Python :: 2.7',
3837
'Programming Language :: Python :: 3',
39-
'Programming Language :: Python :: 3.2',
4038
'Programming Language :: Python :: 3.3',
4139
'Programming Language :: Python :: 3.4',
4240
'Programming Language :: Python :: 3.5',

0 commit comments

Comments
 (0)