summaryrefslogtreecommitdiffstats
path: root/web/macros.py
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2014-12-01 23:34:37 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2014-12-01 23:34:37 (GMT)
commit5020c6cace46f6297cba78cf987550dace135e17 (patch)
tree06ee86401f7fc895b1ac3e3e2f9d9d05b16cb675 /web/macros.py
parent3828c63c7b2a2b10780fa354af488d7dcfd2ed2d (diff)
downloadsite-5020c6cace46f6297cba78cf987550dace135e17.tar.gz
Publish the 2.1.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 97d36d3..6a10d1b 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.1' 5plugins_release = '2.1.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/'