From 487815a9844b5b43fd22297ae3d2b9cc6155f1d4 Mon Sep 17 00:00:00 2001 From: "R. Miles McCain" Date: Tue, 13 Sep 2022 13:14:53 -0700 Subject: [PATCH] Bump version to 0.13.0 --- 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 dbd60a6..b1df805 100644 --- a/shynet/shynet/settings.py +++ b/shynet/shynet/settings.py @@ -23,7 +23,7 @@ from django.contrib.messages import constants as messages load_dotenv() # Increment on new releases -VERSION = "0.12.0" +VERSION = "0.13.0" # Build paths inside the project like this: os.path.join(BASE_DIR, ...) BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))