From 616a39c0fcca51b858d7849a64275c096a9904c6 Mon Sep 17 00:00:00 2001 From: Raniere Silva Date: Wed, 26 Apr 2017 11:10:30 +0100 Subject: [PATCH] Increase version to 1.3.0 --- lowfat/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lowfat/settings.py b/lowfat/settings.py index af895c0d..1522fc4f 100644 --- a/lowfat/settings.py +++ b/lowfat/settings.py @@ -15,7 +15,7 @@ URL_SRC = "https://github.com/softwaresaved/lowfat" -VERSION = "1.2.2" +VERSION = "1.3.0" SETTINGS_EXPORT = [ 'URL_SRC',