Skip to content

Commit

Permalink
django-canonical-domain 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Jul 12, 2017
1 parent 3deb555 commit fa99afd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Change log
`Next version`_
~~~~~~~~~~~~~~~

`0.2`_ (2017-07-12)
~~~~~~~~~~~~~~~~~~~

- Merged ``CanonicalDomainMiddleware`` and
``SecurityCanonicalDomainMiddleware`` and added a new setting
``CANONICAL_DOMAIN_SECURE`` which replaces our usage of
Expand All @@ -19,4 +22,4 @@ Change log

.. _0.1: https://github.com/matthiask/django-canonical-domain/commit/55721303fc
.. _0.2: https://github.com/matthiask/django-canonical-domain/compare/0.1...0.2
.. _Next version: https://github.com/matthiask/django-canonical-domain/compare/0.1...master
.. _Next version: https://github.com/matthiask/django-canonical-domain/compare/0.2...master
2 changes: 1 addition & 1 deletion canonical_domain/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION = (0, 1, 0)
VERSION = (0, 2, 0)
__version__ = '.'.join(map(str, VERSION))

0 comments on commit fa99afd

Please sign in to comment.