Finalize version number
This commit is contained in:
parent
11a16bb362
commit
37351a87a0
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# change log
|
||||
|
||||
## version 0.2 yyyy-mm-dd
|
||||
## version 0.2 2015-12-29
|
||||
|
||||
* improve human readable output by returning both response time as well as
|
||||
certificate expiry
|
||||
|
|
|
@ -31,7 +31,7 @@ from defusedxml.sax import make_parser
|
|||
import nagiosplugin
|
||||
|
||||
__author__ = "Jan Dittberner"
|
||||
__version__ = "0.2.dev1"
|
||||
__version__ = "0.2"
|
||||
|
||||
|
||||
NS_IETF_XMPP_SASL = 'urn:ietf:params:xml:ns:xmpp-sasl'
|
||||
|
|
Loading…
Reference in a new issue