Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
singingwolfboy committed Apr 20, 2015
1 parent aa64cca commit 3332e7c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
Change Log
==========

unreleased
----------
0.5.0 (2015-04-20)
------------------
* Redesigned token storage backend system: it now uses objects

.. warning::
This release is not backwards-compatible, due to the changes to how backends
work. If you are using the SQLAlchemy backend, read the documentation to see
how it works now!

* Added documentation about OAuth protocol
* Added quickstarts for Google, and for a multi-user SQLAlchemy system
* Added ``reprompt_consent`` parameter to Google pre-set configuration
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@
# built documents.
#
# The short X.Y version.
version = '0.4'
version = '0.5'
# The full version, including alpha/beta/rc tags.
release = '0.4.3'
release = '0.5.0'

# 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.4.3",
version="0.5.0",
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 3332e7c

Please sign in to comment.