Skip to content

Commit

Permalink
Prep for 2.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dodobas committed Sep 12, 2018
1 parent d018be7 commit 2ab674b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ python:
- 3.6

env:
- DJANGO_VERSION=1.11.14
- DJANGO_VERSION=2.0.7
- DJANGO_VERSION=1.11.15
- DJANGO_VERSION=2.0.8

install:
- pip install -q -r requirements/base.txt
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.1 (2018-09-12)
==================

* stop embedding refresh code on pages that don't have View.refresh set

2.0.0 (2018-07-25)
==================

Expand Down
2 changes: 1 addition & 1 deletion smartmin/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from __future__ import unicode_literals

__version__ = '2.0.0'
__version__ = '2.0.1'

0 comments on commit 2ab674b

Please sign in to comment.