diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2013-10-02 19:37:55 +0200 |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2013-10-02 19:37:55 +0200 |
commit | 05c50e0529db83fddb9667d80b5a2aff19455225 (patch) | |
tree | 32705e500cf0f790e6dd663a4f874f57740b1c28 /web/macros.py | |
parent | 57a8111838d932abd814cb1e619238437661fa14 (diff) | |
download | site-05c50e0529db83fddb9667d80b5a2aff19455225.tar.gz |
Bump release version to 1.5
... and reference the release announcement.
Diffstat (limited to 'web/macros.py')
-rw-r--r-- | web/macros.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web/macros.py b/web/macros.py index a4566fe..43a46e0 100644 --- a/web/macros.py +++ b/web/macros.py | |||
@@ -1,11 +1,12 @@ | |||
1 | import time | 1 | import time |
2 | 2 | ||
3 | plugins_release = '1.4.16' | 3 | plugins_release = '1.5' |
4 | mib_release = '1.0.1' | 4 | mib_release = '1.0.1' |
5 | page = { | 5 | page = { |
6 | "description": "Standard plugins for Nagios and compatible monitoring solutions.", | 6 | "description": "Standard plugins for Nagios and compatible monitoring solutions.", |
7 | "keywords": "Nagios, Icinga, Shinken, Monitoring, Official, Plugins, Open, Source, Free, Software" | 7 | "keywords": "Nagios, Icinga, Shinken, Monitoring, Official, Plugins, Open, Source, Free, Software" |
8 | } | 8 | } |
9 | release_notes = 'doc/release-notes/' + plugins_release.replace('.', '-') + '.html' | ||
9 | 10 | ||
10 | def menu(): | 11 | def menu(): |
11 | menu_pages = [p for p in pages if 'menu-position' in p] | 12 | menu_pages = [p for p in pages if 'menu-position' in p] |