Skip to content

Commit

Permalink
Release version 1.8.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmb committed Dec 22, 2015
1 parent 9dbca58 commit 900d3f4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
1.8.0
2015-12-21

IRC nicks are case insensitive. Treat all cases of a nick as
equivalent.

1.7.0
2015-08-02

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.7.0'
SCRIPT_VERSION = '1.8.0'

OTR_DIR_NAME = 'otr'

Expand Down

0 comments on commit 900d3f4

Please sign in to comment.