Skip to content

v1.14.0

Compare
Choose a tag to compare
@kennethlove kennethlove released this 30 Dec 20:19
64aa717
Next release (#257)

* Update README.md
  Updates Supported Django Versions section.

* Tox now only tests recent Pythons and Djangos

* Include necessary files to build docs in source tarball. Closes #250

* Fixes deprecated imports, adds `six` as requirement

* force text to prevent Python 2 unicode fun

* Added --nomigrations option to pytest
  For some reason this makes the tests work on my machine
  (thanks Baptiste!)

* Have to specify a non-breaking version of semantic-version (lol)

* Update CONTRIBUTORS.txt

* Release date

Co-authored-by: Steve Bywater <[email protected]>
Co-authored-by: Baptiste Mispelon <[email protected]>