Updated the version strings.

master
Pacman Ghost 2 years ago
parent 838d3d1c1e
commit 757e9797dc
  1. 2
      asl_articles/config/constants.py
  2. 2
      setup.py

@ -3,7 +3,7 @@
import os
APP_NAME = "ASL Articles"
APP_VERSION = "v1.0" # nb: also update setup.py
APP_VERSION = "v1.1" # nb: also update setup.py
APP_DESCRIPTION = "Searchable index of ASL articles."
BASE_DIR = os.path.abspath( os.path.join( os.path.split(__file__)[0], ".." ) )

@ -28,7 +28,7 @@ def parse_requirements( fname ):
setup(
name = "asl-articles",
version = "1.0", # nb: also update constants.py
version = "1.1", # nb: also update constants.py
description = "Searchable index of ASL articles.",
license = "AGPLv3",
packages = find_packages(),

Loading…
Cancel
Save