Bump version number to 2.9

This commit is contained in:
Swen Kooij
2017-02-15 19:29:29 +02:00
parent 1317023160
commit ad2ef34546
2 changed files with 3 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ with open(os.path.join(os.path.dirname(__file__), 'README.rst')) as readme:
setup(
name='django-localized-fields',
version='2.8',
version='2.9',
packages=find_packages(),
include_package_data=True,
license='MIT License',