Update the version string to v0.6.

master
Pacman Ghost 5 years ago
parent 4725d5355f
commit 4c054ba98e
  1. 2
      setup.py
  2. 2
      vasl_templates/webapp/config/constants.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",

@ -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 ):

Loading…
Cancel
Save