diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2014-07-11 17:36:11 +0200 |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2014-07-11 17:36:11 +0200 |
commit | 14575a08bbd2183ce45331125d0f682872a7fb67 (patch) | |
tree | 605c86ec0cf6a3ecf008a42ba7731dbb3d57add4 /web/macros.py | |
parent | 819109304d85356e061407fbaf86eb8ea95523c3 (diff) | |
download | site-14575a08bbd2183ce45331125d0f682872a7fb67.tar.gz |
Publish the 2.0 release of the Monitoring Plugins
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 dbb4e93..1539093 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 = '1.5' | 5 | plugins_release = '2.0' |
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/' |