Skip to content

Commit

Permalink
Release 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dahlia committed Aug 8, 2014
1 parent 1f8e19a commit c0c739b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions docs/index.rst
Expand Up @@ -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
'''''''''''''

Expand Down
3 changes: 1 addition & 2 deletions setup.py
Expand Up @@ -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',
Expand All @@ -67,4 +67,3 @@ def run(self):
'Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware'
],
cmdclass=cmdclass)

0 comments on commit c0c739b

Please sign in to comment.