From 825837c329c72aab98a317fec9bc7fd859eefd65 Mon Sep 17 00:00:00 2001 From: xaralis Date: Sun, 5 Jun 2016 18:40:40 +0200 Subject: [PATCH] Version bump --- 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 ef32a04..8f71084 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__ = '4.1.0' +__versionstr__ = '4.1.1'