From 5c0dd8c302ce15cc9e2d40c582d69ccbe7e20730 Mon Sep 17 00:00:00 2001 From: Graham Ullrich Date: Mon, 22 Jan 2018 17:41:09 -0700 Subject: [PATCH] Add changelog entries --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 845300c..23eedaa 100644 --- a/README.md +++ b/README.md @@ -60,8 +60,25 @@ Django \ Python | 2.7 | 3.4 | 3.5 | 3.6 ## Change Log +### 1.0.2 + +* Update installation requirements +* Update CI configuration +* Update .gitignore +* Remove unused MANIFEST entries +* Update patch target links +* Add namespacing to tests/urls.py + + ### 1.0.0 +* Add Django 2.0 compatibility testing +* Drop Django 1.8, 1.9, 1.10 and Python 3.3 support +* Convert CI and coverage to CircleCi and CodeCov +* Add PyPi-compatible long description +* Standardize documentation layout +* Add django>=1.11 to requirements + ### 0.3.0 ### 0.2.4