summaryrefslogtreecommitdiffstats
path: root/web/macros.py
diff options
context:
space:
mode:
authorJan Wagner <waja@cyconet.org>2023-10-17 15:17:02 (GMT)
committerJan Wagner <waja@cyconet.org>2023-10-17 15:53:01 (GMT)
commitb5474408a726516f57df3c6489fb2ce0a35cbaff (patch)
treee122064b11d529feda9b61aeac3a98273929a01f /web/macros.py
parentdab2c3410d3251dd27eeeab54478f3f2bc93f32f (diff)
downloadsite-b5474408a726516f57df3c6489fb2ce0a35cbaff.tar.gz
Releasing 2.3.4
Diffstat (limited to 'web/macros.py')
-rw-r--r--web/macros.py2
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
2import os.path 2import os.path
3import time 3import time
4 4
5plugins_release = '2.3.3' 5plugins_release = '2.3.4'
6mib_release = '1.0.1' 6mib_release = '1.0.1'
7release_notes = 'news/release-%s.html' % plugins_release.replace('.', '-') 7release_notes = 'news/release-%s.html' % plugins_release.replace('.', '-')
8site_url = 'https://www.monitoring-plugins.org/' 8site_url = 'https://www.monitoring-plugins.org/'