From b6a2607a18231bc0aaa0c8be58962886ed3af0d4 Mon Sep 17 00:00:00 2001 From: Edward Powell Date: Mon, 16 Mar 2015 21:19:16 -0400 Subject: [PATCH] Release 5.2.0 --- NEWS | 3 +++ willie/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 9f652617e4..145c2696ab 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,9 @@ Module changes (for users): * An exception that failed the chanlogs module from loading is fixed * Meetbot meeting subjects no longer fail with unicode +Core changes (for users): +* The various ways of authenticating the bot are now configured using the same set of attributes. The old settings will be used as fallback until 6.0.0 + API changes (for developers): * Privilege decorators no longer cause an error when no message is given * A new @intent decorator is added as a shortcut for triggering on a message with an intent diff --git a/willie/__init__.py b/willie/__init__.py index d8bed2557d..7a6400c5ba 100644 --- a/willie/__init__.py +++ b/willie/__init__.py @@ -19,7 +19,7 @@ import traceback import signal -__version__ = '5.1.1-git' +__version__ = '5.2.0' def run(config):