Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrobenolt committed Dec 10, 2019
1 parent 3f6d29b commit 6d5bab7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/changelog/index.rst
@@ -1,6 +1,12 @@
Changelog
=========

3.0.0
~~~~~
* Added support for Django 1.10
* Dropped support for Django < 1.9
* Dropped support for Python 2.6, 3.3, 3.4, and 3.5

2.1.0
~~~~~
* Vendored a more secure ``is_safe_url`` implementation from latest Django, instead of relying on a potentially insecure bundled version.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -16,7 +16,7 @@

setup(
name='django-sudo',
version='2.1.0',
version='3.0.0',
author='Matt Robenolt',
author_email='matt@ydekproductions.com',
url='https://github.com/mattrobenolt/django-sudo',
Expand Down

0 comments on commit 6d5bab7

Please sign in to comment.