diff options
| author | Lorenz Kästle <lorenz@vulgrim.de> | 2025-12-03 14:23:02 +0100 |
|---|---|---|
| committer | Lorenz Kästle <lorenz@vulgrim.de> | 2025-12-03 14:23:02 +0100 |
| commit | 20d2836e1a624beb4ead6aafb1de1c815751f513 (patch) | |
| tree | 1a863cf676fcf8f453aa07befbef1f3dc1277ff5 /web/macros.py | |
| parent | fb4ad806327303a7ad288c7dda4a659d4f3d8b9e (diff) | |
| download | site-20d2836e1a624beb4ead6aafb1de1c815751f513.tar.gz | |
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 5536f3f..3eb1046 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 = '2.4.0' | 6 | plugins_release = '3.0.0-rc1' |
| 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/' |
