release version 0.1.1

- add changelog entry
- bump version in check_xmppng
This commit is contained in:
Jan Dittberner 2015-02-11 22:21:44 +01:00
parent 036a7d92cf
commit 5320a0b1f2
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
version 0.1.1 2015-02-11
------------------------
* rename to xmpp_checkng to avoid clash with existing xmpp_check on Icinga
exchange
* add proper documentation
version 0.1 2015-02-11
----------------------

View File

@ -31,7 +31,7 @@ from defusedxml.sax import make_parser
import nagiosplugin
__author__ = "Jan Dittberner"
__version__ = "0.1"
__version__ = "0.1.1"
NS_IETF_XMPP_SASL = 'urn:ietf:params:xml:ns:xmpp-sasl'