Skip to content

Commit f59904f

Browse files
committed
Bump version number to 5.0a6
1 parent f20966d commit f59904f

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

requirements/test.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
django-autoslug==1.9.3
44
django-bleach==0.3.0
55
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
106
coverage==4.4.2
117
flake8==3.6.0
128
pep8==1.7.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def run(self):
3333

3434
setup(
3535
name='django-localized-fields',
36-
version='5.0a5',
36+
version='5.0a6',
3737
packages=find_packages(exclude=['tests']),
3838
include_package_data=True,
3939
license='MIT License',

0 commit comments

Comments
 (0)