Skip to content

Commit

Permalink
Release 6.0.0a5
Browse files Browse the repository at this point in the history
  • Loading branch information
embolalia committed Aug 11, 2015
1 parent 76d0b34 commit 3790de4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Core changes:
API changes:
* Configuration has been entirely reworked. Old wizard functions and the get_list function are removed, but most other uses of the config should continue to work.
* The reorganization of willie.tools introduced in 5.3.0 is finalized; the old import locations no longer work.
* bot.msg is deprecated in favor of bot.say, which can now be used in un-triggered contexts with an additional recipient argument

Changes between 5.4.0 and 5.4.1
===============================
Expand Down
2 changes: 1 addition & 1 deletion sopel/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import traceback
import signal

__version__ = '6.0.0a4'
__version__ = '6.0.0a5'


def _version_info():
Expand Down

0 comments on commit 3790de4

Please sign in to comment.