From ca5c3263246639d9279cf01088d7b14008e39629 Mon Sep 17 00:00:00 2001 From: xaralis Date: Fri, 6 Oct 2017 10:04:23 +0200 Subject: [PATCH] v4.4.0 --- 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 6be45b4..213cc8f 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.3.0' +__versionstr__ = '4.4.0'