Skip to content

Commit

Permalink
django-translated-fields 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Jun 26, 2019
1 parent 6d2c3ae commit b5746e7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.rst
Expand Up @@ -4,6 +4,10 @@ Change log
`Next version`_
~~~~~~~~~~~~~~~


`0.8`_ (2019-06-26)
~~~~~~~~~~~~~~~~~~~

- Added an optional ``field`` argument to the ``attrgetter`` and
``attrsetter`` functions.
- Added a utils module intended to contain common applications of
Expand Down Expand Up @@ -112,4 +116,5 @@ Change log
.. _0.5: https://github.com/matthiask/django-translated-fields/compare/0.4...0.5
.. _0.6: https://github.com/matthiask/django-translated-fields/compare/0.5...0.6
.. _0.7: https://github.com/matthiask/django-translated-fields/compare/0.6...0.7
.. _Next version: https://github.com/matthiask/django-translated-fields/compare/0.7...master
.. _0.8: https://github.com/matthiask/django-translated-fields/compare/0.7...0.8
.. _Next version: https://github.com/matthiask/django-translated-fields/compare/0.8...master
2 changes: 1 addition & 1 deletion translated_fields/__init__.py
@@ -1,4 +1,4 @@
VERSION = (0, 7, 3)
VERSION = (0, 8, 0)
__version__ = ".".join(map(str, VERSION))

try:
Expand Down

0 comments on commit b5746e7

Please sign in to comment.