summaryrefslogtreecommitdiffstats
path: root/web/macros.py
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2014-07-11 15:36:11 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2014-07-11 15:36:11 (GMT)
commit14575a08bbd2183ce45331125d0f682872a7fb67 (patch)
tree605c86ec0cf6a3ecf008a42ba7731dbb3d57add4 /web/macros.py
parent819109304d85356e061407fbaf86eb8ea95523c3 (diff)
downloadsite-14575a08bbd2183ce45331125d0f682872a7fb67.tar.gz
Publish the 2.0 release of the Monitoring Plugins
Diffstat (limited to 'web/macros.py')
-rw-r--r--web/macros.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/macros.py b/web/macros.py
index dbb4e93..1539093 100644
--- a/web/macros.py
+++ b/web/macros.py
@@ -2,7 +2,7 @@ import email.utils
2import os.path 2import os.path
3import time 3import time
4 4
5plugins_release = '1.5' 5plugins_release = '2.0'
6mib_release = '1.0.1' 6mib_release = '1.0.1'
7release_notes = 'news/release-%s.html' % plugins_release.replace('.', '-') 7release_notes = 'news/release-%s.html' % plugins_release.replace('.', '-')
8site_url = 'https://www.monitoring-plugins.org/' 8site_url = 'https://www.monitoring-plugins.org/'