From 3cb2e190bf06a1eb0c9909f6ff58ac0cc7ced0e4 Mon Sep 17 00:00:00 2001 From: Andrews Medina Date: Sat, 30 Jan 2016 01:30:29 -0200 Subject: [PATCH] bump to 0.9.0 --- htmlmin/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htmlmin/__init__.py b/htmlmin/__init__.py index f8bb089b..023503c3 100644 --- a/htmlmin/__init__.py +++ b/htmlmin/__init__.py @@ -1,5 +1,5 @@ -# Copyright 2014 django-htmlmin authors. All rights reserved. +# Copyright 2016 django-htmlmin authors. All rights reserved. # Use of this source code is governed by a BSD-style # license that can be found in the LICENSE file. -__version__ = '0.8.0' +__version__ = '0.9.0'