Skip to content

Commit

Permalink
django-canonical-domain 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Jan 31, 2022
1 parent 703a4b2 commit af0227a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Change log
`Next version`_
~~~~~~~~~~~~~~~


`0.9`_ (2022-01-31)
~~~~~~~~~~~~~~~~~~~

- Added pre-commit.
- Dropped support for Django < 3.2, Python < 3.8, added support for Django 4.0
and Python 3.10.
Expand Down Expand Up @@ -56,4 +60,5 @@ Change log
.. _0.2: https://github.com/matthiask/django-canonical-domain/compare/0.1...0.2
.. _0.3: https://github.com/matthiask/django-canonical-domain/compare/0.2...0.3
.. _0.4: https://github.com/matthiask/django-canonical-domain/compare/0.3...0.4
.. _Next version: https://github.com/matthiask/django-canonical-domain/compare/0.4...master
.. _0.9: https://github.com/matthiask/django-canonical-domain/compare/0.4...0.9
.. _Next version: https://github.com/matthiask/django-canonical-domain/compare/0.9...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, 4, 0)
VERSION = (0, 9, 0)
__version__ = ".".join(map(str, VERSION))

0 comments on commit af0227a

Please sign in to comment.