Updated the version strings.

master
Pacman Ghost 1 year ago
parent 19734ac076
commit 20739d78de
  1. 2
      setup.py
  2. 2
      vasl_templates/webapp/config/constants.py

@ -28,7 +28,7 @@ def parse_requirements( fname ):
setup(
name = "vasl_templates",
version = "1.10", # nb: also update constants.py
version = "1.11", # nb: also update constants.py
description = "Create HTML snippets for use in VASL.",
license = "AGPLv3",
url = "https://code.pacman-ghost.com/public/vasl-templates",

@ -4,7 +4,7 @@ import sys
import os
APP_NAME = "VASL Templates"
APP_VERSION = "v1.10" # nb: also update setup.py
APP_VERSION = "v1.11" # nb: also update setup.py
APP_DESCRIPTION = "Generate HTML for use in VASL scenarios."
APP_HOME_URL = "https://vasl-templates.org"

Loading…
Cancel
Save