diff --git a/docs/index.rst b/docs/index.rst index 9d40bd8..bb1bf39 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -129,10 +129,13 @@ Changelog Version 0.1.4 ''''''''''''' +Released on August 8, 2014. + - :attr:`~wsgioauth2.WSGIMiddleware.login_path` can now be configured to protect only a subsection of an application. [:pull:`8` by Aymeric Augustin] + Version 0.1.3 ''''''''''''' diff --git a/setup.py b/setup.py index 3a275e9..29b2ed2 100644 --- a/setup.py +++ b/setup.py @@ -57,7 +57,7 @@ def run(self): url='http://styleshare.github.io/wsgi-oauth2/', py_modules=['wsgioauth2'], classifiers=[ - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', 'Environment :: Web Environment', 'Intended Audience :: Developers', 'Intended Audience :: System Administrators', @@ -67,4 +67,3 @@ def run(self): 'Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware' ], cmdclass=cmdclass) -