Bump version number to 5.0a6

This commit is contained in:
Swen Kooij 2019-01-11 15:03:19 +02:00
parent f20966d6d2
commit f59904f8ea
2 changed files with 1 additions and 5 deletions

View File

@ -3,10 +3,6 @@
django-autoslug==1.9.3 django-autoslug==1.9.3
django-bleach==0.3.0 django-bleach==0.3.0
psycopg2==2.7.3.2 psycopg2==2.7.3.2
pylint==1.8.1
pylint-common==0.2.5
pylint-django==0.8.0
pylint-plugin-utils==0.2.6
coverage==4.4.2 coverage==4.4.2
flake8==3.6.0 flake8==3.6.0
pep8==1.7.1 pep8==1.7.1

View File

@ -33,7 +33,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='5.0a5', version='5.0a6',
packages=find_packages(exclude=['tests']), packages=find_packages(exclude=['tests']),
include_package_data=True, include_package_data=True,
license='MIT License', license='MIT License',