diff options
author | Jan Wagner <waja@cyconet.org> | 2021-04-11 09:12:52 (GMT) |
---|---|---|
committer | Jan Wagner <waja@cyconet.org> | 2021-04-11 09:12:52 (GMT) |
commit | 2ca36c616e8cf7542abaa48b79fbf49cf7ed707a (patch) | |
tree | c054178351b378bd2a8b79930c416dfc97ee2569 | |
parent | 71d6772be1987f1f3e7b597f7d053e7a533289b6 (diff) | |
download | site-2ca36c616e8cf7542abaa48b79fbf49cf7ed707a.tar.gz |
Update version to 2.3.1
-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 f443719..df64a26 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 | plugins_release = '2.3.1' |
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/' |