degal/version.py
author Tero Marttila <terom@fixme.fi>
Thu, 02 Jul 2009 21:59:01 +0300
changeset 144 97505a789003
parent 124 cac613118e75
permissions -rw-r--r--
reorganize/rename the commands and their options stuff, options like --force-html are now split out from main.py into commands/update.py
"""
    Figure out the current version
"""

# XXX: hardcoded
VERSION_STRING  = "0.9"
VERSION_URL     = "http://projects.qmsk.net/degal"