Bump version number to 3.0

This commit is contained in:
Swen Kooij 2017-02-21 17:37:20 +02:00
parent d7bd217a90
commit 99c8830f10

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