summaryrefslogtreecommitdiffstats
path: root/web/macros.py
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2014-10-15 13:58:08 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2014-10-15 13:58:08 (GMT)
commitea0bfeb5d074584a128353427e4c4572eb0c2107 (patch)
tree1be49c9683112ee711257197ff7d3d66636406a0 /web/macros.py
parentef4fb1bf57b5cb27a57375fb522a0cd130a74b56 (diff)
downloadsite-ea0bfeb5d074584a128353427e4c4572eb0c2107.tar.gz
Publish the 2.1 release
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 1539093..97d36d3 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 = '2.0' 5plugins_release = '2.1'
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/'