diff options
author | Jan Wagner <waja@cyconet.org> | 2024-07-23 20:53:35 (GMT) |
---|---|---|
committer | Jan Wagner <waja@cyconet.org> | 2024-07-23 20:53:35 (GMT) |
commit | acb127b404c8d7b02ba9cf441654d2aa8cc3713f (patch) | |
tree | c7d31401bbb18a5142ff7f36d63e6d668e912da5 | |
parent | 88cdfab85d60894e767a8807fb15cc6978d94932 (diff) | |
download | site-acb127b404c8d7b02ba9cf441654d2aa8cc3713f.tar.gz |
Release the release announcement
-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 0cd05d2..3ef93e6 100644 --- a/web/macros.py +++ b/web/macros.py | |||
@@ -2,7 +2,7 @@ import email.utils | |||
2 | import os.path | 2 | import os.path |
3 | import time | 3 | import time |
4 | 4 | ||
5 | plugins_release = '2.3.5' | 5 | plugins_release = '2.4.0' |
6 | mib_release = '1.0.1' | 6 | mib_release = '1.0.1' |
7 | release_notes = 'news/release-%s.html' % plugins_release.replace('.', '-') | 7 | release_notes = 'news/release-%s.html' % plugins_release.replace('.', '-') |
8 | site_url = 'https://www.monitoring-plugins.org/' | 8 | site_url = 'https://www.monitoring-plugins.org/' |