Skip to content

Commit 5bcd037

Browse files
committed
3-6-compat
1 parent d523453 commit 5bcd037

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
88

99
...
1010

11+
## [1.1.3] - 2018-05-17
12+
13+
### Fixed
14+
15+
- Issue with python 3.6 relative import
16+
17+
1118
## [1.1.2] - 2018-04-23
1219

1320
### Fixed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
setup(
3030
name='wagtailenforcer',
31-
version='1.1.2',
31+
version='1.1.3',
3232
description='WagtailEnforcer, the Wagtail arm of the law.',
3333
author='Springload',
3434
author_email='hello@springload.co.nz',
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
from wagtail_enforcer_middleware import WagtailenforcerMiddleware
1+
from .wagtail_enforcer_middleware import WagtailenforcerMiddleware

0 commit comments

Comments
 (0)