diff options
| author | Lorenz Kästle <lorenz@vulgrim.de> | 2026-06-16 23:17:22 +0200 |
|---|---|---|
| committer | Lorenz Kästle <lorenz@vulgrim.de> | 2026-06-16 23:17:22 +0200 |
| commit | 47193f2c507c7015616b4bd6f0826af34dd4a66e (patch) | |
| tree | e7ffd27741de2032bf8a79415e03246f8c025d88 /web/macros.py | |
| parent | ba30cbb2af594cb0f3db14dde42fe15fca75ce46 (diff) | |
| download | site-47193f2c507c7015616b4bd6f0826af34dd4a66e.tar.gz | |
Release 3.0.0
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 54a092c..3967223 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-rc4' | 6 | plugins_release = '3.0.0' |
| 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/' |
