From 18509dcd8fdbb4bf8a8a985e5d36c8840b7083bd Mon Sep 17 00:00:00 2001 From: dgw Date: Sun, 24 May 2020 17:59:10 -0500 Subject: [PATCH] Release 7.0.4 --- NEWS | 16 ++++++++++++++++ setup.cfg | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 89049f4ddb..f4db32ebd2 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,22 @@ This file is used to auto-generate the "Changelog" section of Sopel's website. When adding new entries, follow the style guide in NEWS.spec.md to avoid causing problems with the site build. +Changes between 7.0.3 and 7.0.4 +=============================== + +Plugin changes +-------------- + +* Relax DuckDuckGo test in `search` plugin that was causing CI issues + +Core changes +------------ + +* Fix plugin name in bot's internal command-group tracking [[#1863][]] + +[#1863]: https://github.com/sopel-irc/sopel/pull/1863 + + Changes between 7.0.2 and 7.0.3 =============================== diff --git a/setup.cfg b/setup.cfg index 5fb0fcf06f..b4eab3d21d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = sopel -version = 7.0.3 +version = 7.0.4 description = Simple and extensible IRC bot long_description = file: README.rst long_description_content_type = text/x-rst