diff options
| author | Lorenz Kästle <lorenz@vulgrim.de> | 2026-06-08 14:31:10 +0200 |
|---|---|---|
| committer | Lorenz Kästle <lorenz@vulgrim.de> | 2026-06-08 14:31:10 +0200 |
| commit | 4e85d939e0cf288c9b6807e656316662485ae423 (patch) | |
| tree | 82a0f0a3b6203b7d7762b34c5bf36f9087e1e1eb /web/macros.py | |
| parent | cfe2a98792e5d19e6c9f7fbd0d399c2c2921c314 (diff) | |
| download | site-4e85d939e0cf288c9b6807e656316662485ae423.tar.gz | |
Release 3.0.0-rc4
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 97fba17..54a092c 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-rc3' | 6 | plugins_release = '3.0.0-rc4' |
| 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/' |
