Skip to content

Commit 2de5101

Browse files
committed
Release 7.1.8
1 parent 45c7139 commit 2de5101

File tree

2 files changed

+42
-1
lines changed

2 files changed

+42
-1
lines changed

NEWS

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,47 @@ 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.1.7 and 7.1.8
6+
===============================
7+
8+
Plugin changes
9+
--------------
10+
11+
* isup: ensure compatibility with newer `requests` versions [[#2235][]]
12+
* reddit: handle image preview links [[#2245][]]
13+
* search: per tests of both back-ends, warn more consistently about multiple
14+
`site:` operators [[#2254][]]
15+
* translate: fix accepting language hints for Chinese [[#2242][]]
16+
* url:
17+
* bump user-agent [[#2218][]]
18+
* tweak logging levels to better reflect severity [[#2249][]]
19+
* wikipedia: refine handling of sections with "hatnote" templates [[#2225][]]
20+
* xkcd: improve reliability of comic search [[#2247][]]
21+
22+
Core changes
23+
------------
24+
25+
* Formatting tweaks in IRC logging output [[#2250][]]
26+
* Requirement tweaks to make sure installing on Python 3.4 still works
27+
(but if you're still using that, *please* update your Python)
28+
29+
API changes
30+
-----------
31+
32+
* Fix/improve more documentation [[#2251][]]
33+
34+
[#2218]: https://github.com/sopel-irc/sopel/pull/2218
35+
[#2225]: https://github.com/sopel-irc/sopel/pull/2225
36+
[#2235]: https://github.com/sopel-irc/sopel/pull/2235
37+
[#2242]: https://github.com/sopel-irc/sopel/pull/2242
38+
[#2245]: https://github.com/sopel-irc/sopel/pull/2245
39+
[#2247]: https://github.com/sopel-irc/sopel/pull/2247
40+
[#2249]: https://github.com/sopel-irc/sopel/pull/2249
41+
[#2250]: https://github.com/sopel-irc/sopel/pull/2250
42+
[#2251]: https://github.com/sopel-irc/sopel/pull/2251
43+
[#2254]: https://github.com/sopel-irc/sopel/pull/2254
44+
45+
546
Changes between 7.1.6 and 7.1.7
647
===============================
748

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.1.8-dev
3+
version = 7.1.8
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)