From 0fa79ddbb043cdedc31fe69ca3fe39a7d7a86df1 Mon Sep 17 00:00:00 2001 From: Swen Kooij Date: Thu, 25 May 2017 19:16:35 +0300 Subject: [PATCH] Bump version to 4.0 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 898e656..1fd6934 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open(os.path.join(os.path.dirname(__file__), 'README.rst')) as readme: setup( name='django-localized-fields', - version='3.6', + version='4.0', 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.4' + 'django-postgres-extra>=1.9' ], classifiers=[ 'Environment :: Web Environment',