Remove hard-coded 'dev' tag when showing theo version

This commit is contained in:
Lance Edgar 2020-09-16 19:06:17 -05:00
parent 320693bae1
commit e879c69535

View file

@ -33,7 +33,7 @@ from theo.config import integrate_catapult, integrate_corepos
class CommonView(base.CommonView):
project_title = "tailbone-theo"
project_version = theo.__version__ + '+dev'
project_version = theo.__version__
def get_packages(self):
packages = super(CommonView, self).get_packages()