From 19c12ab361a7a3409031a7501403bc3abe33441d Mon Sep 17 00:00:00 2001 From: Edward Powell Date: Thu, 4 Sep 2014 19:38:29 -0400 Subject: [PATCH] Release version 4.5.1 --- NEWS | 8 ++++++++ willie/__init__.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 0e5a5c49ce..504ae33919 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +Changes between 4.5.0 and 4.5.1 +=============================== +Module Changes (for users): +* Version checking module no longer causes an error at startup +* URL handling modules no longer repeat themselves after being reloaded +* .isup now adds a .com TLD if none is used +* IPython integration now works with older versions of IPython + Changes between 4.4.1 and 4.5.0 =============================== Module Changes (for users): diff --git a/willie/__init__.py b/willie/__init__.py index a7edae5069..ce3fe4d44a 100644 --- a/willie/__init__.py +++ b/willie/__init__.py @@ -19,7 +19,7 @@ import traceback import signal -__version__ = '4.5.0-git' +__version__ = '4.5.1' def run(config):