We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f20966d commit f59904fCopy full SHA for f59904f
requirements/test.txt
@@ -3,10 +3,6 @@
3
django-autoslug==1.9.3
4
django-bleach==0.3.0
5
psycopg2==2.7.3.2
6
-pylint==1.8.1
7
-pylint-common==0.2.5
8
-pylint-django==0.8.0
9
-pylint-plugin-utils==0.2.6
10
coverage==4.4.2
11
flake8==3.6.0
12
pep8==1.7.1
setup.py
@@ -33,7 +33,7 @@ def run(self):
33
34
setup(
35
name='django-localized-fields',
36
- version='5.0a5',
+ version='5.0a6',
37
packages=find_packages(exclude=['tests']),
38
include_package_data=True,
39
license='MIT License',
0 commit comments