Skip to content

Commit

Permalink
Prep for 2.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dodobas committed Jul 25, 2018
1 parent 94682d8 commit ea236e3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ python:
- 3.6

env:
- DJANGO_VERSION=1.10.8
- DJANGO_VERSION=1.11.14
- DJANGO_VERSION=2.0.7

Expand Down
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2.0.0 (2018-07-16)
==================

* Add support for Django 2.0, drop support for Django 1.9 and Django 1.10

1.11.9 (2018-05-3)
===================
* Create SmartminTestMixin https://github.com/nyaruka/smartmin/pull/116
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Smartmin tries to stay in lock step with the latest Django versions. With each n
will be released and we will save the major changes (possibly breaking backwards compatibility) on these versions. This
includes updating to the latest version of Twitter Bootstrap.

The latest version is the 1.11.* series which works against Django 1.9, 1.10 and 1.11.
The latest version is the 2.0.* series which works against Django 1.11 and 2.0.

About
=====
Expand Down

0 comments on commit ea236e3

Please sign in to comment.