aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/_version.py
Commit message (Collapse)AuthorAgeFilesLines
* 508. Updates copyright/license informationWill Kahn-Greene2011-09-011-1/+1
|
* Switches to Zooko's version methodWill Kahn-Greene2011-09-011-0/+17
This centralizes the version number into a single place but makes it available in the code as well as in setup.py. Based on the recipe found at http://stackoverflow.com/questions/458550/standard-way-to-embed-version-into-python-package/7071358#7071358