Bumped version to 2.0 - breaking change

This new version changes the behavior of .get() on LocalizedValue.
Before: .get() without arguments would get the currently active language
After : .get() without arguments will get the primary language
This commit is contained in:
Swen Kooij 2016-12-16 08:52:25 +02:00
parent 6c17eec48f
commit ccaacd9026

View File

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