From 253a6d92f5c15a454cf7d89b387e798f786c8378 Mon Sep 17 00:00:00 2001 From: Jason McBrayer Date: Tue, 28 Aug 2018 12:30:05 -0400 Subject: [PATCH] Bump version number to 2 (theme changes are incompatible) --- brutaldon/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/brutaldon/settings.py b/brutaldon/settings.py index 2c09617..09ed212 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.6" +BRUTALDON_VERSION = "2.0"