From 4c054ba98eb508031ada213d0c1c261e82585ba4 Mon Sep 17 00:00:00 2001 From: Taka Date: Sat, 1 Dec 2018 06:41:22 +0000 Subject: [PATCH] Update the version string to v0.6. --- 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 626fea6..8e04a84 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ from setuptools import setup, find_packages setup( name = "vasl_templates", - version = "0.5", # nb: also update constants.py + version = "0.6", # 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 317bb79..da23480 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 = "v0.5" # nb: also update setup.py +APP_VERSION = "v0.6" # nb: also update setup.py APP_DESCRIPTION = "Generate HTML for use in VASL scenarios." if getattr( sys, "frozen", False ):