Skip to content

Commit

Permalink
Name & release v0.5.0 "ALIVE"
Browse files Browse the repository at this point in the history
As soon as I read* this song, I knew it had to be the next release name.
The title is perfect for the first release in more than two years, AND
the lyrics tie in really well on multiple levels with the basis and
inspiration of the previous release name, "Kibou ni tsuite".
(See the commit message for 3ef3c49.)

These are powerful words. So much of the text is *painfully* relatable.
Perhaps if I overanalyzed the lyrics, I'd find that this song doesn't
fit *quite* as perfectly as the last one did. But I'm not going to do
that. I'll just use it, because it feels right.

* - Even after all this time, I still haven't actually learned enough
    Japanese to understand what I'm listening to in a song...
  • Loading branch information
dgw committed Feb 9, 2020
1 parent d727ca3 commit b13c4aa
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.1
current_version = 0.5.0
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
Expand Down
16 changes: 16 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@ Changelog
Ticket numbers in changelog entries can be looked up by visiting
``https://github.com/dgw/sopel-wolfram/issue/<number>``

sopel-wolfram v0.5.0 "ALIVE"
----------------------------

That's "ALIVE" as in "This project isn't DEAD" (despite the last release being over two years old).

Updated:

* Sopel 7.x now supported & required (#23)
* Dropped support for Sopel 6.x (#23)
* Dropped support for wolframalpha 2.x (#23)
* Internal refactoring to take advantage of new Sopel features (#23)

Meta:

* No more ZIP releases; PyPI only allows one file type now (#22)

sopel-wolfram v0.4.1 "Kibou ni tsuite"
--------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

setup(
name='sopel_modules.wolfram',
version='0.4.1',
version='0.5.0',
description='Wolfram|Alpha module for Sopel IRC bot framework',
long_description=readme + '\n\n' + history,
author='Max Gurela',
Expand Down
2 changes: 1 addition & 1 deletion sopel_modules/wolfram/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@

__author__ = 'Max Gurela'
__email__ = '[email protected]'
__version__ = '0.4.1'
__version__ = '0.5.0'

0 comments on commit b13c4aa

Please sign in to comment.