From 4465d1c0e69b6d5c4b1bebf43477819899b8a58f Mon Sep 17 00:00:00 2001 From: xaralis Date: Sat, 4 Aug 2018 11:52:23 +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 a31b989..583f205 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.5.0' +__versionstr__ = '4.6.0'