Skip to content

Commit

Permalink
django-user-messages 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Mar 4, 2018
1 parent fb22fe0 commit 0843861
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ Change log
`Next version`_
===============

`0.5`_ (2018-03-04)
===================

- Added german translations and a nice app name.
- Changed the implementation of keyword-only arguments to be compatible
with Python 2.


`0.4`_ (2017-07-19)
Expand Down Expand Up @@ -49,4 +54,5 @@ Change log
.. _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
.. _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
.. _0.5: https://github.com/matthiask/django-user-messages/compare/0.4...0.5
.. _Next version: https://github.com/matthiask/django-user-messages/compare/0.5...master
2 changes: 1 addition & 1 deletion user_messages/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION = (0, 4, 1)
VERSION = (0, 5, 0)
__version__ = '.'.join(map(str, VERSION))
default_app_config = 'user_messages.apps.UserMessagesConfig'

0 comments on commit 0843861

Please sign in to comment.