From 771e294873a0b1bebdb2f3aa7b5ae76d8a2a6b48 Mon Sep 17 00:00:00 2001 From: xaralis Date: Fri, 27 Jul 2018 19:12:50 +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 b0f4b91..a31b989 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.4.1' +__versionstr__ = '4.5.0'