diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2014-10-15 15:58:08 +0200 |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2014-10-15 15:58:08 +0200 |
commit | ea0bfeb5d074584a128353427e4c4572eb0c2107 (patch) | |
tree | 1be49c9683112ee711257197ff7d3d66636406a0 /web/macros.py | |
parent | ef4fb1bf57b5cb27a57375fb522a0cd130a74b56 (diff) | |
download | site-ea0bfeb5d074584a128353427e4c4572eb0c2107.tar.gz |
Publish the 2.1 release
Diffstat (limited to 'web/macros.py')
-rw-r--r-- | web/macros.py | 2 |
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 | |||
2 | import os.path | 2 | import os.path |
3 | import time | 3 | import time |
4 | 4 | ||
5 | plugins_release = '2.0' | 5 | plugins_release = '2.1' |
6 | mib_release = '1.0.1' | 6 | mib_release = '1.0.1' |
7 | release_notes = 'news/release-%s.html' % plugins_release.replace('.', '-') | 7 | release_notes = 'news/release-%s.html' % plugins_release.replace('.', '-') |
8 | site_url = 'https://www.monitoring-plugins.org/' | 8 | site_url = 'https://www.monitoring-plugins.org/' |