release version 0.1.1
- add changelog entry - bump version in check_xmppng
This commit is contained in:
parent
036a7d92cf
commit
5320a0b1f2
2 changed files with 8 additions and 1 deletions
|
@ -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
|
||||
----------------------
|
||||
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue