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

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