Add VERSION file and live version display on settings page
- New VERSION file at project root, starting at 0.3.0. - config.py reads VERSION and exposes it as Config.VERSION. - Admin settings page now renders the live version from config. - Semantic versioning convention: MAJOR for breaking/user-facing changes, MINOR for new features, PATCH for bug fixes and small polish.
This commit is contained in:
parent
d9e198e397
commit
db249e80bd
4 changed files with 16 additions and 1 deletions
1
VERSION
Normal file
1
VERSION
Normal file
|
|
@ -0,0 +1 @@
|
|||
0.3.0
|
||||
Reference in a new issue