diff --git a/NEWS b/NEWS index 3a504de..38d9340 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,23 @@ +Changelog +========= + Ticket numbers in changelog entries can be looked up by visiting ``https://github.com/dgw/sopel-wolfram/issue/`` +sopel-wolfram v0.1.2 "Switch" +============================= + +Updates: + +* Shorten some error messages +* Identify as "[W|A]" instead of "[Wolfram]" in output for brevity +* Ensure all module output is prefixed +* Add more examples to help output and README + +Meta: + +* README now includes installation instructions and where to get help/report bugs + sopel-wolfram v0.1.1 "Already" ============================== diff --git a/setup.py b/setup.py index 0963fca..35785aa 100755 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ setup( name='sopel_modules.wolfram', - version='0.1.1', + version='0.1.2', description='Wolfram|Alpha module for Sopel IRC bot framework', long_description=readme + '\n\n' + history, author='Max Gurela',