From 4df0f5cf7745b31e4850773bc1d4655cec528571 Mon Sep 17 00:00:00 2001 From: Pacman Ghost Date: Sun, 9 Apr 2023 11:50:55 +0700 Subject: [PATCH] Updated the version number to v1.12. --- 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 d254668..da1ff70 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ def parse_requirements( fname ): setup( name = "vasl_templates", - version = "1.11", # nb: also update constants.py + version = "1.12", # nb: also update constants.py description = "Create HTML snippets for use in VASL.", license = "AGPLv3", url = "https://code.pacman-ghost.com/public/vasl-templates", diff --git a/vasl_templates/webapp/config/constants.py b/vasl_templates/webapp/config/constants.py index 732d77d..75ac0f2 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.11" # nb: also update setup.py +APP_VERSION = "v1.12" # nb: also update setup.py APP_DESCRIPTION = "Generate HTML for use in VASL scenarios." APP_HOME_URL = "https://vasl-templates.org"