Skip to content

Commit

Permalink
Release 5.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
embolalia committed Aug 2, 2015
1 parent 5eecc72 commit 19b1641
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 5.4.1 and 5.5.0
===============================
This release starts preparations for Willie 6. See http://sopel.chat/willie_6.html
API changes (for developers):
* The ability to import from the sopel package, rather than willie, is added to enable forward compatibility with the rename in 6.0.
* A version_info tuple, simmilar to Python's own sys.version_info, is added
* An error when setting a validated config attribute to None is fixed

Changes between 5.4.0 and 5.4.1
===============================
This release starts preparations for Willie 6. See http://willie.dftba.net/willie_6.html
Expand Down
2 changes: 1 addition & 1 deletion willie/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import traceback
import signal

__version__ = '5.4.1'
__version__ = '5.5.0'


def _version_info():
Expand Down

0 comments on commit 19b1641

Please sign in to comment.