Skip to content

Commit 9528500

Browse files
committed
2.0.1
1 parent d696829 commit 9528500

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

docs/changelog/index.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
11
Changelog
22
=========
33

4-
2.0.0
4+
2.0.1
55
~~~~~
6-
* Added ``sudo.views.SudoView`` class based view. This is now more extensable and
6+
* Added ``sudo.views.SudoView`` class based view. This is now more extensible and
77
should be preferred over the older ``sudo.views.sudo`` view function.
88
* Removed ``SUDO_FORM`` setting. It's now suggested to subclass ``sudo.views.SudoView``
99
and override ``form_class``.
1010
* Added ``SUDO_URL`` setting to set the url for the sudo page.
1111

12+
13+
2.0.0
14+
~~~~~
15+
* Bad release. :( Don't install.
16+
1217
1.3.0
1318
~~~~~
1419
* Store ``redirect_to`` value in session.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from setuptools import setup, find_packages
1010
from setuptools.command.test import test as TestCommand
1111

12-
install_requires = ['Django']
12+
install_requires = []
1313

1414
tests_require = [
1515
'pytest',
@@ -39,7 +39,7 @@ def run_tests(self):
3939

4040
setup(
4141
name='django-sudo',
42-
version='2.0.0',
42+
version='2.0.1',
4343
author='Matt Robenolt',
4444
author_email='[email protected]',
4545
url='https://github.com/mattrobenolt/django-sudo',

0 commit comments

Comments
 (0)