Skip to content

Commit 3332e7c

Browse files
v0.5.0
1 parent aa64cca commit 3332e7c

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

CHANGELOG.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
Change Log
22
==========
33

4-
unreleased
5-
----------
4+
0.5.0 (2015-04-20)
5+
------------------
66
* Redesigned token storage backend system: it now uses objects
7+
8+
.. warning::
9+
This release is not backwards-compatible, due to the changes to how backends
10+
work. If you are using the SQLAlchemy backend, read the documentation to see
11+
how it works now!
12+
713
* Added documentation about OAuth protocol
814
* Added quickstarts for Google, and for a multi-user SQLAlchemy system
915
* Added ``reprompt_consent`` parameter to Google pre-set configuration

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@
5757
# built documents.
5858
#
5959
# The short X.Y version.
60-
version = '0.4'
60+
version = '0.5'
6161
# The full version, including alpha/beta/rc tags.
62-
release = '0.4.3'
62+
release = '0.5.0'
6363

6464
# The language for content autogenerated by Sphinx. Refer to documentation
6565
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def get_requirements(path):
3939

4040
setup(
4141
name="Flask-Dance",
42-
version="0.4.3",
42+
version="0.5.0",
4343
description="Doing the OAuth dance with style using Flask, requests, and oauthlib",
4444
long_description=open('README.rst').read(),
4545
author="David Baumgold",

0 commit comments

Comments
 (0)