From 571df62b8db91426ac6ce77e11e41386f74d2997 Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Fri, 16 Oct 2015 11:50:28 +0200 Subject: Publish the 2.1.2 release 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 @@ +title: Version 2.1.2 Released +author: Holger Weiß +date: 2015-10-16 +--- + +The Monitoring Plugins Development Team is proud to announce version 2.1.2 of +the Monitoring Plugins! + +This is a maintenance release that includes a number of bug fixes provided by +eight different contributors. Many thanks to all of you! + + 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 import os.path import time -plugins_release = '2.1.1' +plugins_release = '2.1.2' mib_release = '1.0.1' release_notes = 'news/release-%s.html' % plugins_release.replace('.', '-') site_url = 'https://www.monitoring-plugins.org/' -- cgit v0.10-9-g596f