We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d37f54 commit 06a1eb1Copy full SHA for 06a1eb1
1 file changed
setup.py
@@ -54,7 +54,7 @@ def run_tests(self):
54
name='django-babel',
55
description='Utilities for using Babel in Django',
56
long_description=read('README.rst') + u'\n\n' + read('CHANGELOG.rst'),
57
- version='0.3.7',
+ version='0.3.8',
58
license='BSD',
59
author='Christopher Grebs',
60
author_email='cg@webshox.org',
@@ -89,7 +89,7 @@ def run_tests(self):
89
],
90
entry_points={
91
'babel.extractors': [
92
- 'django = babeldjango.extract:extract_django',
+ 'django = django_babel.extract:extract_django',
93
]
94
}
95
)
0 commit comments