Skip to content

Commit

Permalink
release version 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
snarfed committed Aug 26, 2016
1 parent a411f3f commit 855fc2e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ you have it as a relative directory. pip requires fully qualified directories.
Changelog
---

#### 1.5 - unreleased
#### 1.5 - 2016-08-25
* Add [Medium](https://medium.com/).

#### 1.4 - 2016-06-27
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ This is a collection of drop-in
`Google App Engine <https://appengine.google.com/>`__ request handlers for the
initial
`OAuth <http://oauth.net/>`__ client flows for many popular sites, including
Blogger, Dropbox, Facebook, Flickr, Google+, IndieAuth, Instagram, Twitter,
Tumblr, and WordPress.com.
Blogger, Dropbox, Facebook, Flickr, Google+, IndieAuth, Instagram, Medium,
Twitter, Tumblr, and WordPress.com.

Check out the demo app! https://oauth-dropins.appspot.com/

Expand Down
2 changes: 1 addition & 1 deletion oauth_dropins/webutil
Submodule webutil updated 2 files
+15 −4 test/test_util.py
+4 −1 util.py
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import oauth_dropins.webutil.test

setup(name='oauth-dropins',
version='1.4',
version='1.5',
description='Drop-in App Engine OAuth client handlers for many popular sites.',
long_description=open('README.rst').read(),
url='https://github.com/snarfed/oauth-dropins',
Expand Down

0 comments on commit 855fc2e

Please sign in to comment.