1.2.2 release, includes a minor bug fix

This commit is contained in:
Matt Wright
2012-04-27 13:48:03 -04:00
parent f7147648ba
commit 5c9bc541f9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ Here you can see the full list of changes between each Flask-Security release.
Version 1.2.2
-------------
Released ...
Released April 27th, 2012
- Fixed bug where `roles_required` and `roles_accepted` did not pass the next
argument to the login view
+1 -1
View File
@@ -17,7 +17,7 @@ from setuptools import setup
setup(
name='Flask-Security',
version='1.2.2-dev',
version='1.2.2',
url='https://github.com/mattupstate/flask-security',
license='MIT',
author='Matthew Wright',