diff --git a/.bumpversion.cfg b/.bumpversion.cfg index fff6457..bb9a6ac 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.1-dev +current_version = 0.4.1 commit = False tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-(?P[a-z]+))? diff --git a/NEWS b/NEWS index 09dfa73..5ab535c 100644 --- a/NEWS +++ b/NEWS @@ -4,12 +4,15 @@ Changelog Ticket numbers in changelog entries can be looked up by visiting ``https://github.com/dgw/sopel-wolfram/issue/`` -Unreleased ----------- +sopel-wolfram v0.4.1 "Kibou ni tsuite" +-------------------------------------- + +This release named in memory of LuckyNumber78, who changed lives every day simply +by being her excitable, fun-loving self. She is missed by many. Fixed: -* Option ``max_public`` could cause errors (#21) +* ``max_public`` setting could cause errors because it was treated as a string (#21) sopel-wolfram v0.4.0 "Mirai no kajitsu" --------------------------------------- diff --git a/setup.py b/setup.py index 46fd3b6..687d608 100755 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ setup( name='sopel_modules.wolfram', - version='0.4.1-dev', + version='0.4.1', description='Wolfram|Alpha module for Sopel IRC bot framework', long_description=readme + '\n\n' + history, author='Max Gurela', diff --git a/sopel_modules/wolfram/__init__.py b/sopel_modules/wolfram/__init__.py index afe2881..f4df484 100644 --- a/sopel_modules/wolfram/__init__.py +++ b/sopel_modules/wolfram/__init__.py @@ -9,5 +9,5 @@ __author__ = 'Max Gurela' __email__ = 'maxpowa1@gmail.com' -__version__ = '0.4.1-dev' +__version__ = '0.4.1'