From 4f7937f5e42f0ce9809559e54cd325f6c7a4f117 Mon Sep 17 00:00:00 2001 From: Jason McBrayer Date: Tue, 28 Aug 2018 13:41:53 -0400 Subject: [PATCH] Bump patch number --- brutaldon/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/brutaldon/settings.py b/brutaldon/settings.py index 0adac4a..229ab69 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.0.1" +BRUTALDON_VERSION = "2.0.2"