From 9892b4dd2d89b21e32d1a3ca2798dec7db9a9fe7 Mon Sep 17 00:00:00 2001 From: Graham Ullrich Date: Sat, 17 Mar 2018 15:01:49 -0600 Subject: [PATCH] Update change log --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 59fab1b..04ab25a 100644 --- a/README.md +++ b/README.md @@ -373,6 +373,11 @@ Since `bootstrap` template tags and filters are no longer loaded, you'll also ne ## Change Log +### 1.0.2 + +* Allow use with any account-management package by removing django-user-accounts dependency +* Require pinax-templates>=2.0.0 if using pinax-templates without django-user-accounts + ### 1.0.1 * Update requirements