From ea6640f9ec8b9bbd22e444181c905dd83dbd8f8c Mon Sep 17 00:00:00 2001 From: "Matthew M. Boedicker" Date: Mon, 26 Mar 2018 20:37:01 -0700 Subject: [PATCH] Release version 1.9.2 --- ChangeLog | 7 +++++++ weechat_otr.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a0bf130..6c67dae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +1.9.2 + 2018-03-26 + + Fix weechat crash on /reload. + + Preparation for python 2.6 support. + 1.9.1 2017-07-30 diff --git a/weechat_otr.py b/weechat_otr.py index ac54800..0ccfb35 100644 --- a/weechat_otr.py +++ b/weechat_otr.py @@ -164,7 +164,7 @@ def to_str(self, strng): SCRIPT_AUTHOR = 'Matthew M. Boedicker' SCRIPT_LICENCE = 'GPL3' -SCRIPT_VERSION = '1.9.1' +SCRIPT_VERSION = '1.9.2' OTR_DIR_NAME = 'otr'