diff options
author | Jan Wagner <waja@cyconet.org> | 2023-10-18 09:33:38 (GMT) |
---|---|---|
committer | Jan Wagner <waja@cyconet.org> | 2023-10-18 09:33:38 (GMT) |
commit | 5a0dd14bfb3f96315facfe1bc977f7edaa59cf78 (patch) | |
tree | d1721c32c55d54d938e98a92442b2ddaaeb12b08 | |
parent | 04b5c83e7e6ae53d77e4a5bb24b3f6b6b0ffc0da (diff) | |
download | site-5a0dd14bfb3f96315facfe1bc977f7edaa59cf78.tar.gz |
Update to latest release version
-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 1b8c7a0..0cd05d2 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.4' | 5 | plugins_release = '2.3.5' |
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/' |