Upgrade to alpha version of django-postgres-extra (1.21a4)

This commit is contained in:
Swen Kooij 2018-01-29 12:37:26 +02:00
parent 879b857aa5
commit bf0383d742
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
django-postgres-extra==1.11 django-postgres-extra==1.21a4

View File

@ -7,7 +7,7 @@ with open(os.path.join(os.path.dirname(__file__), 'README.rst'), encoding='utf-8
setup( setup(
name='django-localized-fields', name='django-localized-fields',
version='4.5', version='4.6a1',
packages=find_packages(exclude=['tests']), packages=find_packages(exclude=['tests']),
include_package_data=True, include_package_data=True,
license='MIT License', license='MIT License',