From 72912c1e58f4c537e6f4ec19f305c24ce195beee Mon Sep 17 00:00:00 2001 From: Jason McBrayer Date: Fri, 17 Aug 2018 08:24:58 -0400 Subject: [PATCH] Bump version to 1.3.1 --- brutaldon/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/brutaldon/settings.py b/brutaldon/settings.py index 7f918b6..6e4d81d 100644 --- a/brutaldon/settings.py +++ b/brutaldon/settings.py @@ -194,5 +194,5 @@ SESSION_SERIALIZER = 'django.contrib.sessions.serializers.PickleSerializer' TOOT_MAX_LENGTH = 500 # Version number displayed on about page -BRUTALDON_VERSION = "1.3" +BRUTALDON_VERSION = "1.3.1"