Skip to content

Commit

Permalink
release version 0.5.1
Browse files Browse the repository at this point in the history
* make imports absolute in babel templatetags
* strip quotes from translations via _()
* fix links in docs
* Add support for “trimmed” blocktrans content
  • Loading branch information
mrunge committed Apr 6, 2016
1 parent 3e4efa0 commit 88b3893
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -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
------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 88b3893

Please sign in to comment.