diff options
author | Jan Wagner <waja@cyconet.org> | 2023-10-17 17:17:02 +0200 |
---|---|---|
committer | Jan Wagner <waja@cyconet.org> | 2023-10-17 17:53:01 +0200 |
commit | b5474408a726516f57df3c6489fb2ce0a35cbaff (patch) | |
tree | e122064b11d529feda9b61aeac3a98273929a01f /web/macros.py | |
parent | dab2c3410d3251dd27eeeab54478f3f2bc93f32f (diff) | |
download | site-b5474408a726516f57df3c6489fb2ce0a35cbaff.tar.gz |
Releasing 2.3.4
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 0c20662..1b8c7a0 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.3' | 5 | plugins_release = '2.3.4' |
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/' |