Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Commit

Permalink
updated CHANGES log and missed version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
eriktaubeneck committed Oct 14, 2013
1 parent c83b52d commit c46f05d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGES
Expand Up @@ -3,6 +3,15 @@ Flask-Social Changelog

Here you can see the full list of changes between each Flask-Social release.

Version 1.6.2
------------

Released October 14 2013

- Changed provider.get_connection_values() to also return Full Name (if avaliable)
- Fixed bug in the connect_callback() fuction to redirect upon OAuth failure


Version 1.6.1
-------------

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -49,7 +49,7 @@
# built documents.
#
# The short X.Y version.
version = '1.6.1'
version = '1.6.2'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down Expand Up @@ -307,4 +307,4 @@

pygments_style = 'tango'
html_theme = 'default'
html_theme_options = {}
html_theme_options = {}
2 changes: 1 addition & 1 deletion flask_social/__init__.py
Expand Up @@ -10,7 +10,7 @@
:license: MIT, see LICENSE for more details.
"""

__version__ = '1.6.1'
__version__ = '1.6.2'

from .core import Social
from .datastore import SQLAlchemyConnectionDatastore, \
Expand Down

0 comments on commit c46f05d

Please sign in to comment.