From 9b37f0d2ab0938310f807d711ad11b1260971f86 Mon Sep 17 00:00:00 2001 From: Jason McBrayer Date: Wed, 22 Aug 2018 09:21:59 -0400 Subject: [PATCH] Bump patch level for recent fixes --- brutaldon/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/brutaldon/settings.py b/brutaldon/settings.py index 2399123..f525e19 100644 --- a/brutaldon/settings.py +++ b/brutaldon/settings.py @@ -198,5 +198,5 @@ TOOT_MAX_LENGTH = 500 ANONYMOUS_HOME_URL = 'about' # Version number displayed on about page -BRUTALDON_VERSION = "1.5" +BRUTALDON_VERSION = "1.5.1"