Skip to content

Commit

Permalink
django-user-messages 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Jul 19, 2017
1 parent 06b1edb commit 0f4252a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ Change log
`Next version`_
===============

`0.4`_ (2017-07-19)
===================

- **Backwards incompatible** Rebuilt the model to not use Django's
``JSONField`` at all. This design decision unnecessarily restricted
the areas where django-user-messages was usable.
Expand Down Expand Up @@ -42,4 +45,5 @@ Change log
.. _0.1: https://github.com/matthiask/django-user-messages/commit/3a9c0e329e
.. _0.2: https://github.com/matthiask/django-user-messages/compare/0.1...0.2
.. _0.3: https://github.com/matthiask/django-user-messages/compare/0.2...0.3
.. _Next version: https://github.com/matthiask/django-user-messages/compare/0.3...master
.. _0.4: https://github.com/matthiask/django-user-messages/compare/0.3...0.4
.. _Next version: https://github.com/matthiask/django-user-messages/compare/0.4...master
2 changes: 1 addition & 1 deletion user_messages/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION = (0, 3, 1)
VERSION = (0, 4, 0)
__version__ = '.'.join(map(str, VERSION))

0 comments on commit 0f4252a

Please sign in to comment.