gva/gnuviechadmin/gnuviechadmin/__init__.py
Jan Dittberner 251e8a54f6 add version number to gnuviechadmin
- add __version__ to gnuviechadmin/__init__.py
- change docs/conf.py to use version number from gnuviechadmin
- add gnuviechadmin.context_processors.version_info to add
  gnuviechadmin_version to template context
- add version and technology links to templates/base.html footer
- add CSS styles for footer formatting
2015-02-01 22:15:40 +01:00

4 lines
75 B
Python

from gnuviechadmin.celery import app as celery_app
__version__ = '0.11.0'