Skip to content

Commit

Permalink
Release version 4.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
embolalia committed Sep 4, 2014
1 parent e21d7e9 commit 19c12ab
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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):
Expand Down
2 changes: 1 addition & 1 deletion willie/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import traceback
import signal

__version__ = '4.5.0-git'
__version__ = '4.5.1'


def run(config):
Expand Down

0 comments on commit 19c12ab

Please sign in to comment.