Skip to content

Commit

Permalink
Include missing import in migration and bump version for pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Babic committed Dec 8, 2016
1 parent f02fa1e commit de31401
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
packages=find_packages(),
license="MIT",
keywords="wagtail cms model utility",
download_url="https://github.com/rkhleics/wagtailmenus/tarball/v2.0.2",
download_url="https://github.com/rkhleics/wagtailmenus/tarball/v2.0.3",
url="https://github.com/rkhleics/wagtailmenus/tree/stable/2.0.x",
include_package_data=True,
zip_safe=False,
Expand Down
2 changes: 1 addition & 1 deletion wagtailmenus/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.0.2'
__version__ = '2.0.3'
1 change: 1 addition & 0 deletions wagtailmenus/migrations/0017_auto_20161013_1658.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
from __future__ import unicode_literals

from django.db import migrations, models
import django.db.models.deletion


class Migration(migrations.Migration):
Expand Down

0 comments on commit de31401

Please sign in to comment.