From 2850a801b9cf1a69e7222438ecc4e074f8d932e9 Mon Sep 17 00:00:00 2001 From: Jason McBrayer Date: Sat, 25 Aug 2018 11:08:06 -0400 Subject: [PATCH] Bump version number --- brutaldon/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/brutaldon/settings.py b/brutaldon/settings.py index f33339b..2c09617 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.2" +BRUTALDON_VERSION = "1.6"