Add changelog link for rattail-tempmon in upgrade diff

This commit is contained in:
Lance Edgar 2018-03-05 20:26:22 -06:00
parent aeccf5c5f6
commit 5765533491

View file

@ -241,6 +241,7 @@ class UpgradeView(MasterView):
def get_changelog_url(self, project, old_version, new_version):
projects = {
'rattail': 'rattail',
'rattail-tempmon': 'rattail-tempmon',
'Tailbone': 'tailbone',
}
if project not in projects: