Skip to content

Commit

Permalink
Release 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
embolalia committed Feb 21, 2015
1 parent 6ce5676 commit 509c3bd
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
Changes between 5.0.0 and 5.1.0
===============================
Module changes (for users):
* Fixed a regression that caused getting weather for a nick to fail
* Bugs related to channel log filenames are fixed
* Channel logs can now use the bot's preferred time zone
* Getter and setter methods for timezone and format are more consistently named
* .seen persists across bot restarts
* .seen no longer shows message or channel unless used within the same channel
* Special characters in Wikipedia URLs are handled correctly

Core changes (for users):
* help_prefix can now be given in [core] to change the command prefix used in help

API changes (for developers):
* The Trigger object is now immutable, as expected
* New decorators for checking privileges on callables are added

Changes between 4.6.2 and 5.0.0
===============================
This release contains backwards-incompatible changes. See
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__ = '5.0.0-git'
__version__ = '5.1.0'


def run(config):
Expand Down

0 comments on commit 509c3bd

Please sign in to comment.