From 46a8e115d1258638036c2725b04d11d627a5952a Mon Sep 17 00:00:00 2001 From: dgw Date: Sun, 7 Jul 2024 17:36:30 -0500 Subject: [PATCH] Post-release v0.5.0.post1 with notices about new package for Sopel 8+ --- NEWS | 7 +++++++ README.rst | 3 +++ setup.py | 4 ++-- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 79ec8de..62e6069 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,13 @@ Changelog Ticket numbers in changelog entries can be looked up by visiting ``https://github.com/dgw/sopel-wolfram/issue/`` +sopel-wolfram v0.5.0.post1 +-------------------------- + +Metadata/description changes only. This package has been replaced by +`sopel-wolfram `_ for Sopel 8+. + + sopel-wolfram v0.5.0 "ALIVE" ---------------------------- diff --git a/README.rst b/README.rst index d43d259..2fabb19 100644 --- a/README.rst +++ b/README.rst @@ -3,6 +3,9 @@ Sopel Wolfram\|Alpha plugin Wolfram\|Alpha plugin for Sopel IRC bot framework +**Important: This package is no longer updated.** Please install `sopel-wolfram +`_ for use with Sopel 8.0 and higher. + Requirements ------------ diff --git a/setup.py b/setup.py index 31dc944..6fd25cd 100755 --- a/setup.py +++ b/setup.py @@ -27,8 +27,8 @@ setup( name='sopel_modules.wolfram', - version='0.5.0', - description='Wolfram|Alpha module for Sopel IRC bot framework', + version='0.5.0.post1', + description='Wolfram|Alpha module for Sopel IRC bot framework (replaced)', long_description=readme + '\n\n' + history, author='Max Gurela', author_email='maxpowa1@gmail.com',