From 59e15174644b074e1d3a630f9a67defed50fa9c5 Mon Sep 17 00:00:00 2001 From: Taka Date: Tue, 5 May 2020 13:23:36 +0000 Subject: [PATCH] Updated the version strings to v1.2. --- setup.py | 2 +- vasl_templates/webapp/config/constants.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 17e9efa..363ac5a 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ def parse_requirements( fname ): setup( name = "vasl_templates", - version = "1.1", # nb: also update constants.py + version = "1.2", # nb: also update constants.py description = "Create HTML snippets for use in VASL.", license = "AGPLv3", url = "https://github.com/pacman-ghost/vasl-templates", diff --git a/vasl_templates/webapp/config/constants.py b/vasl_templates/webapp/config/constants.py index c80b1e8..f717ca5 100644 --- a/vasl_templates/webapp/config/constants.py +++ b/vasl_templates/webapp/config/constants.py @@ -4,7 +4,7 @@ import sys import os APP_NAME = "VASL Templates" -APP_VERSION = "v1.1" # nb: also update setup.py +APP_VERSION = "v1.2" # nb: also update setup.py APP_DESCRIPTION = "Generate HTML for use in VASL scenarios." APP_HOME_URL = "https://vasl-templates.org"