Bump version to 4.1

This commit is contained in:
Swen Kooij 2017-05-30 16:38:08 +03:00
parent a8dc4fe837
commit ea7733670d

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='4.0',
version='4.1',
packages=find_packages(),
include_package_data=True,
license='MIT License',
@ -18,7 +18,7 @@ setup(
author_email='open-source@sectorlabs.ro',
keywords=['django', 'localized', 'language', 'models', 'fields'],
install_requires=[
'django-postgres-extra>=1.9'
'django-postgres-extra>=1.11'
],
classifiers=[
'Environment :: Web Environment',