Skip to content

Commit

Permalink
did i not commit this somehow?
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethlove committed Aug 3, 2015
1 parent ab7c10f commit 257c609
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion braces/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"""

__title__ = 'braces'
__version__ = '1.8.0'
__version__ = '1.8.1'
__author__ = 'Kenneth Love and Chris Jones'
__license__ = 'BSD 3-clause'
__copyright__ = 'Copyright 2013 Kenneth Love and Chris Jones'
9 changes: 5 additions & 4 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@
Changelog
=========

* :bug:`176` Added redirect for unauthenticated users.
* :support:`-` Changed :ref:`JsonRequestResponseMixin` docs to not use `ugettext_lazy`.
* :support:`-` Updated tests to include Python 3.2.
* :release:`1.8.1 <2015-7-12>`
* :bug:`176` Only check time delta for authenticated users in :ref:`RecentLoginRequiredMixin`.
* :bug:`-` Changed :ref:`JsonRequestResponseMixin` docs to not use `ugettext_lazy`.
* :bug:`-` Updated tests to include Python 3.2.
* :bug:`185` Removed `u` prefixes to allow Python 3.2 support.
* :support:`-` Added note to docs about Python and Django versions used in tests.
* :support:`-` Fix small issue in docs for JsonResponseMixin. The accepted kwarg for the render_to_response method is status not status_code.
* :bug:`-` Fix small issue in docs for :ref:JsonResponseMixin. The accepted kwarg for the render_to_response method is status not status_code.
* :release:`1.8.0 <2015-04-16>`
* :support:`145` Allow custom exceptions to be raised by all AccessMixins.
* :feature:`171` New :ref:`SSLRequiredMixin`. Redirect http -> https.
Expand Down

1 comment on commit 257c609

@coagulant
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please tag this commit (or more appropriate) with 1.8.1?

Please sign in to comment.