Skip to content

Commit

Permalink
Release 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jpic committed May 27, 2018
1 parent f853ab1 commit 88b8970
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2018-05-27 3.5.0

Fix lack of support of Django 2.0 by django_autoslug #174 by @wswld
Changes dependency from django-autoslug to django-autoslug-iplweb, that
works with Django 2.0, and which is maintained by @mpasternak

2018-02-15 3.4.0

- Drop support for django<1.8 and django-rest-framework<3.4
Expand Down
2 changes: 1 addition & 1 deletion cities_light/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from .exceptions import *
from .settings import *

__version__ = '3.4.0'
__version__ = '3.5.0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def read(fname):

setup(
name='django-cities-light',
version='3.4.0',
version='3.5.0',
description='Simple alternative to django-cities',
author='James Pic,Dominick Rivard,Alexey Evseev',
author_email='[email protected], [email protected], [email protected]',
Expand Down

0 comments on commit 88b8970

Please sign in to comment.