Release 0.3.2

- Update version and copyright information
- Update changelog and icingaexchange.yml
This commit is contained in:
Jan Dittberner 2021-03-07 14:11:02 +01:00
parent 16e8cb41fe
commit c8f93d56dc
3 changed files with 29 additions and 2 deletions

View file

@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
#
# Nagios compatible check for XMPP servers.
# Copyright (C) 2015-2016 Jan Dittberner
# Copyright (C) 2015-2021 Jan Dittberner
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@ -31,7 +31,7 @@ from defusedxml.sax import make_parser
import nagiosplugin
__author__ = "Jan Dittberner"
__version__ = "0.3.1"
__version__ = "0.3.2"
NS_IETF_XMPP_SASL = 'urn:ietf:params:xml:ns:xmpp-sasl'