From 72c7bbcc3d9d294cb3148ed8a630e1807ccd54e7 Mon Sep 17 00:00:00 2001 From: Jason McBrayer Date: Tue, 26 Nov 2019 08:51:59 -0500 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 97ba350..7e645ee 100644 --- a/brutaldon/settings.py +++ b/brutaldon/settings.py @@ -204,4 +204,4 @@ ANONYMOUS_HOME_URL = "about" GAB_RICKROLL_URL = "https://invidio.us/watch?v=dQw4w9WgXcQ" # Version number displayed on about page -BRUTALDON_VERSION = "2.14.0" +BRUTALDON_VERSION = "2.14.1"