From 5765533491d54292ae636463b4de0780a2ea8da4 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Mon, 5 Mar 2018 20:26:22 -0600 Subject: [PATCH] Add changelog link for rattail-tempmon in upgrade diff --- tailbone/views/upgrades.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tailbone/views/upgrades.py b/tailbone/views/upgrades.py index 733be540..e20ba05e 100644 --- a/tailbone/views/upgrades.py +++ b/tailbone/views/upgrades.py @@ -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: