Skip to content

Commit

Permalink
Prep for 2.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanseymour committed Jan 7, 2019
1 parent a171650 commit 7b5c9a2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,21 @@
2.1.1 (2019-01-07)
==================
* Fix domain names in forgot password emails
* Test against PostgreSQL 10

2.1.0 (2018-11-27)
==================
* Add support for Django 2.1

2.0.2 (2018-10-01)
==================

* fix csv import file_path truncation
* Fix CSV import file_path truncation

2.0.1 (2018-09-12)
==================

* stop embedding refresh code on pages that don't have View.refresh set
* 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.1.0'
__version__ = '2.1.1'

0 comments on commit 7b5c9a2

Please sign in to comment.