From c192d0056e6246eab4ec912398d3f8f62941e449 Mon Sep 17 00:00:00 2001 From: Jason McBrayer Date: Sun, 3 Mar 2019 20:42:26 -0500 Subject: [PATCH] Bump patch level for bug fixes --- brutaldon/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/brutaldon/settings.py b/brutaldon/settings.py index 73a4053..7e27bc8 100644 --- a/brutaldon/settings.py +++ b/brutaldon/settings.py @@ -194,5 +194,5 @@ SESSION_SERIALIZER = 'django.contrib.sessions.serializers.PickleSerializer' ANONYMOUS_HOME_URL = 'about' # Version number displayed on about page -BRUTALDON_VERSION = "2.10.0" +BRUTALDON_VERSION = "2.10.1"