Skip to content

Commit f3b68a9

Browse files
committed
Release 7.0.5
1 parent 17a9d91 commit f3b68a9

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

NEWS

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@ This file is used to auto-generate the "Changelog" section of Sopel's website.
22
When adding new entries, follow the style guide in NEWS.spec.md to avoid
33
causing problems with the site build.
44

5+
Changes between 7.0.4 and 7.0.5
6+
===============================
7+
8+
Core changes
9+
------------
10+
11+
* Update `ip` plugin's requirements to prevent install problems on older
12+
versions of Python [[#1909][]]
13+
* Also includes a tweak to one of DuckDuckGo's tests in the `search` plugin,
14+
and a backported update to the `ip` plugin's tests.
15+
16+
[#1909]: https://github.com/sopel-irc/sopel/pull/1909
17+
18+
519
Changes between 7.0.3 and 7.0.4
620
===============================
721

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = sopel
3-
version = 7.0.4
3+
version = 7.0.5
44
description = Simple and extensible IRC bot
55
long_description = file: README.rst
66
long_description_content_type = text/x-rst

0 commit comments

Comments
 (0)