Skip to content

Commit

Permalink
Prepare 2.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Dunedan committed May 26, 2019
1 parent 0bb47dd commit 7350c75
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGES.rst
Expand Up @@ -4,6 +4,9 @@ CHANGES
tip (unreleased)
----------------

2.0.0 (2019-05-26)
------------------

- Added support for proxies when using IP-address based lockdown exceptions.

- This introduces a breaking change: Installations running behind a proxy will
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -170,7 +170,7 @@ resolves to one of the views in the list, it will not be locked.
That's useful if you want to lock down a whole site using the middleware,
but want to whitelist some localized URLs.

For example:
For example::

from yourapp import one_view_to_unlock, another_view_to_unlock

Expand Down
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -13,10 +13,11 @@

setup(
name='django-lockdown',
version='1.6.0',
version='2.0.0',
description=('Lock down a Django site or individual views, with '
'configurable preview authorization'),
long_description=LONG_DESCRIPTION,
long_description_content_type='text/x-rst',
author='Carl Meyer',
author_email='carl@dirtcircle.com',
maintainer='Daniel Roschka',
Expand Down

0 comments on commit 7350c75

Please sign in to comment.