From f59904f8eaec78780fa2e7a36f20bf6c87b1a03d Mon Sep 17 00:00:00 2001 From: Swen Kooij Date: Fri, 11 Jan 2019 15:03:19 +0200 Subject: [PATCH] Bump version number to 5.0a6 --- requirements/test.txt | 4 ---- setup.py | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/requirements/test.txt b/requirements/test.txt index 01b4197..aed8204 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -3,10 +3,6 @@ django-autoslug==1.9.3 django-bleach==0.3.0 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 flake8==3.6.0 pep8==1.7.1 diff --git a/setup.py b/setup.py index 14f0c49..9c07e45 100644 --- a/setup.py +++ b/setup.py @@ -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',