Skip to content

v2.2.1

Compare
Choose a tag to compare
@ababic ababic released this 06 Mar 11:01
· 773 commits to master since this release

This is just a minor release to addresses a few 'under the hood' things, and shouldn't introduce any backwards-incompatible changes.

What's changed?

  • Updated travis/tox test settings to test against Wagtail 1.9 & Django 1.10.
  • Removed a couple of less useful travis/tox environment tests to help with test speed.
  • Made use of 'extras_require' in setup.py to replace multiple requirements files.
  • Optimised the app_settings module so that we can ditch the questionably stuff
    we're doing with global value manipulation on app load (inspired by django-allauth).
  • Added new semantic version solution to the project (inspired by wagtail)