From 825b10e9ae2051824658538ebc63957961b77a7f Mon Sep 17 00:00:00 2001 From: xaralis Date: Tue, 17 Feb 2015 12:03:21 +0100 Subject: [PATCH] Version bump to 2.1.7 --- static_sitemaps/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static_sitemaps/__init__.py b/static_sitemaps/__init__.py index 4313a1a..33dc17a 100644 --- a/static_sitemaps/__init__.py +++ b/static_sitemaps/__init__.py @@ -7,4 +7,4 @@ App is dependent on original django.contrib.sitemaps application which has to be included in order for this to work. """ -__versionstr__ = '2.1.6' +__versionstr__ = '2.1.7'