Bump version number to 2.5

This commit is contained in:
Swen Kooij 2017-02-02 17:09:15 +02:00
parent d5ed3ced40
commit 759d03133b

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.4',
version='2.5',
packages=find_packages(),
include_package_data=True,
license='MIT License',