From c4305e9ad06e924b46c9fb7084e93ece7170824e Mon Sep 17 00:00:00 2001 From: xaralis Date: Thu, 5 May 2016 08:46:36 +0200 Subject: [PATCH] Introduces Python 3 GZIP fix and Site framework mocking --- 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 bcde049..ef32a04 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.0.0' +__versionstr__ = '4.1.0'