Skip to content

Commit

Permalink
Release version 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
embolalia committed Apr 6, 2014
1 parent f1182ff commit e9d3af6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
Changes between 4.2.0 and 4.3.0
===============================
Module Changes (for users):
* A new channel logging module is added
* Misc bugfixes, especially when running with Python 3

Core changes (for users):
* Fixed a regression that caused numerous errors in willie.web
* Misc bugfixes

API Changes (for developers):
* Nick instances now have an `is_nick` attribute, which is True when the value is a valid nickname (as opposed to a channel)

Changes between 4.1.0 and 4.2.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 @@ -22,7 +22,7 @@
import willie.web as web
from willie.tools import stderr

__version__ = '4.2.1-git'
__version__ = '4.3.0'


def run(config):
Expand Down

0 comments on commit e9d3af6

Please sign in to comment.