Skip to content

Commit

Permalink
Release version 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mmb committed Jul 30, 2017
1 parent f5cf3c8 commit b7dcb91
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
1.9.1
2017-07-30

Fix potr ErrorReceived printing bug.

Argument parsing errors now raise exceptions.

Fix require_encryption policy hint.

Fix traceback caused by non-ASCII nick
(https://github.com/mmb/weechat-otr/issues/133).

1.9.0
2017-04-19

Expand Down
2 changes: 1 addition & 1 deletion weechat_otr.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def to_str(self, strng):

SCRIPT_AUTHOR = 'Matthew M. Boedicker'
SCRIPT_LICENCE = 'GPL3'
SCRIPT_VERSION = '1.9.0'
SCRIPT_VERSION = '1.9.1'

OTR_DIR_NAME = 'otr'

Expand Down

0 comments on commit b7dcb91

Please sign in to comment.