From b7222e57f23ec2cae01b45ecfa3ee124f6907cc2 Mon Sep 17 00:00:00 2001 From: Jason McBrayer Date: Wed, 29 Aug 2018 08:50:39 -0400 Subject: [PATCH] Bump patch level for bug fixes --- brutaldon/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/brutaldon/settings.py b/brutaldon/settings.py index 229ab69..93bf1c3 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.2" +BRUTALDON_VERSION = "2.0.3"