Bumped version number to 1.3

This commit is contained in:
Swen Kooij 2016-10-23 16:54:20 +03:00
parent 69718c376f
commit cdaacdfac5

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