From 05f19460fa9fc9a1e40fa12c41014f6c5bc42ae1 Mon Sep 17 00:00:00 2001 From: Jason McBrayer Date: Thu, 30 Aug 2018 19:05:00 -0400 Subject: [PATCH] Bump patch number for that mistake that made it through --- brutaldon/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/brutaldon/settings.py b/brutaldon/settings.py index 4b0b506..bfc31f0 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 = "2.1.0" +BRUTALDON_VERSION = "2.1.1"