diff options
| author | Lorenz Kästle <lorenz@vulgrim.de> | 2026-04-13 16:49:52 +0200 |
|---|---|---|
| committer | Lorenz Kästle <lorenz@vulgrim.de> | 2026-04-13 16:49:52 +0200 |
| commit | 0c2a4111dd53ad935d57453eda38c11df86fb682 (patch) | |
| tree | 474144afaca41f65edf38e78a80ba6a0896ec2c2 /web/macros.py | |
| parent | a0d6ea1213c19026a743c86932af6e371ae0ad25 (diff) | |
| download | site-0c2a4111dd53ad935d57453eda38c11df86fb682.tar.gz | |
Pre-release 3.0.0-rc3 announcement
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 eab21bc..97fba17 100644 --- a/web/macros.py +++ b/web/macros.py | |||
| @@ -3,7 +3,7 @@ import math | |||
| 3 | import os.path | 3 | import os.path |
| 4 | import time | 4 | import time |
| 5 | 5 | ||
| 6 | plugins_release = '3.0.0-rc2' | 6 | plugins_release = '3.0.0-rc3' |
| 7 | mib_release = '1.0.1' | 7 | mib_release = '1.0.1' |
| 8 | release_notes = 'news/release-%s.html' % plugins_release.replace('.', '-') | 8 | release_notes = 'news/release-%s.html' % plugins_release.replace('.', '-') |
| 9 | site_url = 'https://www.monitoring-plugins.org/' | 9 | site_url = 'https://www.monitoring-plugins.org/' |
