diff --git a/.gitignore b/.gitignore index 1f73f3ea..59eaa497 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ dist/ .idea build/ +venv/ diff --git a/braces/__init__.py b/braces/__init__.py index bd7667dc..3061812f 100644 --- a/braces/__init__.py +++ b/braces/__init__.py @@ -9,7 +9,7 @@ """ __title__ = 'braces' -__version__ = '1.9.0' +__version__ = '1.10.0' __author__ = 'Kenneth Love and Chris Jones' __license__ = 'BSD 3-clause' __copyright__ = 'Copyright 2013 Kenneth Love and Chris Jones' diff --git a/docs/changelog.rst b/docs/changelog.rst index d7fefee0..547475b8 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,10 @@ Changelog ========= +* :release:`1.10.0 <2016-10-24>` +* :bug:`212 major` Small changes for Django 1.10 compatibility. +* :bug:`211 major` ReadTheDocs links updated. +* :bug:`209 major` Django documentation link updated. * :release:`1.9.0 <2016-5-31>` * :bug:`208 major` Fixed errors from combining certain access mixins. * :bug:`196 major` Refactor how users without permissions are handled.