Updated the version strings.

master
Pacman Ghost 2 years ago
parent 7575d2c217
commit c59e189998
  1. 2
      asl_articles/config/constants.py
  2. 2
      asl_articles/config/site.cfg.example
  3. 2
      setup.py

@ -3,7 +3,7 @@
import os
APP_NAME = "ASL Articles"
APP_VERSION = "v0.1" # nb: also update setup.py
APP_VERSION = "v1.0" # 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], ".." ) )

@ -11,5 +11,5 @@ EXTERNAL_DOCS_BASEDIR = ...
; Base directory for user files.
USER_FILES_BASEDIR = ...
; Base URL for the eASLRB.
; Base URL for the eASLRB (e.g. http://localhost:5020).
ASLRB_BASE_URL = ...

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

Loading…
Cancel
Save