diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/input/news/release-2-1-2.md | 12 | ||||
-rw-r--r-- | web/macros.py | 2 |
2 files changed, 13 insertions, 1 deletions
diff --git a/web/input/news/release-2-1-2.md b/web/input/news/release-2-1-2.md new file mode 100644 index 0000000..9a11cfd --- /dev/null +++ b/web/input/news/release-2-1-2.md | |||
@@ -0,0 +1,12 @@ | |||
1 | title: Version 2.1.2 Released | ||
2 | author: Holger Weiß | ||
3 | date: 2015-10-16 | ||
4 | --- | ||
5 | |||
6 | The Monitoring Plugins Development Team is proud to announce version 2.1.2 of | ||
7 | the Monitoring Plugins! <end-of-teaser> | ||
8 | |||
9 | This is a maintenance release that includes a number of bug fixes provided by | ||
10 | eight different contributors. Many thanks to all of you! | ||
11 | |||
12 | <!--% # vim:set filetype=markdown textwidth=78 joinspaces expandtab: # %--> | ||
diff --git a/web/macros.py b/web/macros.py index 6269718..0ecdd7e 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.1.1' | 5 | plugins_release = '2.1.2' |
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/' |