Skip to content

Commit

Permalink
version 0.5.1
Browse files Browse the repository at this point in the history
bugfix release
  • Loading branch information
singingwolfboy committed Apr 28, 2015
1 parent c227368 commit 6ea90d1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ Change Log

unreleased
----------
nothing yet

0.5.1 (2015-04-28)
------------------
* Make the ``authorized`` property on both ``OAuth1Session`` and ``OAuth2Session``
dynamically load the token from the backend

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
# The short X.Y version.
version = '0.5'
# The full version, including alpha/beta/rc tags.
release = '0.5.0'
release = '0.5.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def get_requirements(path):

setup(
name="Flask-Dance",
version="0.5.0",
version="0.5.1",
description="Doing the OAuth dance with style using Flask, requests, and oauthlib",
long_description=open('README.rst').read(),
author="David Baumgold",
Expand Down

0 comments on commit 6ea90d1

Please sign in to comment.