Skip to content

Commit

Permalink
v0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lingthio committed Jul 13, 2015
1 parent ef1671a commit 0a84126
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ Documentation

Revision History
----------------
* v0.6.3 Fix for Python 3.4 and signals
* v0.6.2 Added support for invitation-only registrations.
* v0.6.1 Added Chinese (Simplified) and French translations`.
* v0.6 Changed User/UserProfile DataModels into UserAuth/User DataModels.
Expand Down Expand Up @@ -221,6 +222,7 @@ This project would not be possible without the use of the following amazing offe

Contributors
------------
- https://github.com/neurosnap : Register by invitation only
- https://github.com/lilac : Chinese translation
- https://github.com/cranberyxl : Bugfix for login_endpoint & macros.label
- https://github.com/markosys : Early testing and feedback
Expand Down
2 changes: 1 addition & 1 deletion flask_user/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# Enable the following: from flask.ext.user import user_logged_in
from .signals import *

__version__ = '0.6.2'
__version__ = '0.6.3'

def _flask_user_context_processor():
""" Make 'user_manager' available to Jinja2 templates"""
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@
from setuptools import setup

setup(
name='Flask-User',
version='0.6.2',
name='Flask-User-06',
version='0.6.3',
url='http://github.com/lingthio/Flask-User',
license='BSD License',
author='Ling Thio',
Expand Down

0 comments on commit 0a84126

Please sign in to comment.