Bump version number to 2.9.2

This commit is contained in:
Swen Kooij 2017-02-16 10:20:09 +02:00
parent 6d7a937eac
commit b9a4d3be2c

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