Skip to content

Commit 88b3893

Browse files
committed
release version 0.5.1
* make imports absolute in babel templatetags * strip quotes from translations via _() * fix links in docs * Add support for “trimmed” blocktrans content
1 parent 3e4efa0 commit 88b3893

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Changelog
22
=========
33

4+
0.5.1 - 2016-03-30
5+
------------------
6+
7+
* make imports absolute in babel templatetags
8+
* strip quotes from translations via _()
9+
* fix links in docs
10+
* Add support for "trimmed" blocktrans content
11+
412
0.5.0 - 2016-02-29
513
------------------
614

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def read(*parts):
1515
name='django-babel',
1616
description='Utilities for using Babel in Django',
1717
long_description=read('README.rst') + u'\n\n' + read('CHANGELOG.rst'),
18-
version='0.5.0',
18+
version='0.5.1',
1919
license='BSD',
2020
author='Christopher Grebs',
2121
author_email='[email protected]',

0 commit comments

Comments
 (0)