Skip to content

Commit 9b5a903

Browse files
committed
Merge pull request #4 from EnTeQuAk/feature/release-prep
fix manifest, update version and author
2 parents ce05829 + c9db36f commit 9b5a903

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
include CHANGES.rst README.rst COPYING
1+
include CHANGELOG.rst README.rst COPYING
22
recursive-include tests *
33
recursive-include docs *
44
global-exclude *.pyc

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ def run_tests(self):
5454
name='django-babel',
5555
description='Utilities for using Babel in Django',
5656
long_description=read('README.rst') + u'\n\n' + read('CHANGELOG.rst'),
57-
version='1.0-dev',
57+
version='0.3.2',
5858
license='BSD',
59-
author='Christopher Lenz',
60-
author_email='[email protected]',
59+
author='Christopher Grebs',
60+
author_email='[email protected]',
6161
url='http://github.com/graingert/django-babel/',
6262
packages=find_packages(exclude=('tests',)),
6363
tests_require=test_requires,

0 commit comments

Comments
 (0)