Skip to content

Commit ec22e40

Browse files
committed
Added minor comments to new example and upped version number.
1 parent 45a3e9f commit ec22e40

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,8 @@ and code here might need to be updated if you are using Python 2.6+.
204204
# Project
205205
from mytwitterapp.models import Profile
206206

207+
# It's probably a good idea to put your consumer's OAuth token and
208+
# OAuth secret into your project's settings.
207209
consumer = oauth.Consumer(settings.TWITTER_TOKEN, settings.TWITTER_SECRET)
208210
client = oauth.Client(consumer)
209211

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup, find_packages
44

55
setup(name="oauth2",
6-
version="1.0.7",
6+
version="1.0.8",
77
description="Library for OAuth version 1.0a.",
88
author="Joe Stump",
99
author_email="[email protected]",

0 commit comments

Comments
 (0)