diff --git a/CHANGELOG.rst b/CHANGELOG.rst index fcb7044..0d53dea 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,14 @@ Changelog ========= +0.5.1 - 2016-03-30 +------------------ + +* make imports absolute in babel templatetags +* strip quotes from translations via _() +* fix links in docs +* Add support for "trimmed" blocktrans content + 0.5.0 - 2016-02-29 ------------------ diff --git a/setup.py b/setup.py index e377da8..c9c1688 100755 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ def read(*parts): name='django-babel', description='Utilities for using Babel in Django', long_description=read('README.rst') + u'\n\n' + read('CHANGELOG.rst'), - version='0.5.0', + version='0.5.1', license='BSD', author='Christopher Grebs', author_email='cg@webshox.org',