From 3ef3c499ce4ca93161d17cceb0632b55ceba4889 Mon Sep 17 00:00:00 2001 From: dgw Date: Sun, 31 Dec 2017 20:28:23 -0600 Subject: [PATCH] Name & release sopel-wolfram v0.4.1 "Kibou ni tsuite" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Originally this release was meant to come out three weeks ago, but LuckyNumber78's sudden passing a few days before the planned release day delayed everything. Instead of the name "Dekopin" (lit. "forehead flick"), I chose to break from the project's tradition a little and choose a release name in memory of my dear friend. (LuckyNumber78 also helped me choose the release name about a year and a half ago for sopel-wolfram v0.2.0 "Miraibashi".) It's not stated anywhere (until now), but sopel-wolfram release names are taken from the titles of songs by AKB48 and related groups. Ordinarily, I choose a song title that fits what's been added, changed, or fixed in that release. The original planned name for v0.4.1, "Dekopin", reflected the fact that the only change is a bugfix for a bug that should never have been able to make it into a release. (Better testing has been on my radar since day one, and is in fact issue 1 in the GitHub issue tracker.) I deserve a dekopin for not catching it, hence the name. The new name, "Kibou ni tsuite", goes a lot deeper than usual. Instead of just picking a title and leaving it at that, I delved into the lyrics of several songs to find one that really felt right as a dedication. Most of the songs listed at Stage48.net (my go-to source for AKB discography) that deal with loss do so within the context of a romantic breakup. That's far from matching my relationship with LuckyNumber78, and it didn't feel right anyway to use the release name as an expression of grief. So instead, I found a song that seemed practically written for LuckyNumber78 to hear. 届け! --- .bumpversion.cfg | 2 +- NEWS | 9 ++++++--- setup.py | 2 +- sopel_modules/wolfram/__init__.py | 2 +- 4 files changed, 9 insertions(+), 6 deletions(-) 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'