diff --git a/CHANGES b/CHANGES index 8eabbee..1537516 100644 --- a/CHANGES +++ b/CHANGES @@ -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 diff --git a/setup.py b/setup.py index 6e1c7c7..dbbc5d6 100644 --- a/setup.py +++ b/setup.py @@ -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',