Skip to content

Commit

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

`0.3`_ (2017-05-18)
===================

- Added usage instructions.
- Merge the ``message`` and ``meta`` JSON fields into a single ``data``
field and imitate the ``Message`` object interface more closely.

Expand Down
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, 2, 0)
VERSION = (0, 3, 0)
__version__ = '.'.join(map(str, VERSION))

0 comments on commit 3507cd4

Please sign in to comment.