From a54d9e684077ad9d1e2bada2503779a26ae5b5c3 Mon Sep 17 00:00:00 2001 From: "R. Miles McCain" Date: Tue, 7 Jul 2020 02:45:11 +0000 Subject: [PATCH] Bump version --- shynet/shynet/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shynet/shynet/settings.py b/shynet/shynet/settings.py index d7eccf2..3dcdad8 100644 --- a/shynet/shynet/settings.py +++ b/shynet/shynet/settings.py @@ -18,7 +18,7 @@ import urllib.parse as urlparse from django.contrib.messages import constants as messages # Increment on new releases -VERSION = "v0.6.0" +VERSION = "v0.6.1" # Build paths inside the project like this: os.path.join(BASE_DIR, ...) BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))