File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
wagtailenforcer/middleware Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 2828
2929setup (
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' ,
Original file line number Diff line number Diff line change 1- from wagtail_enforcer_middleware import WagtailenforcerMiddleware
1+ from . wagtail_enforcer_middleware import WagtailenforcerMiddleware
You can’t perform that action at this time.
0 commit comments