From 46d74df1b0b4e16e7b66ef974e9af125afb2c1e5 Mon Sep 17 00:00:00 2001 From: dgw Date: Thu, 4 Nov 2021 17:26:40 -0500 Subject: [PATCH] Release 7.1.6 --- NEWS | 30 ++++++++++++++++++++++++++++++ setup.cfg | 2 +- 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 4e00142905..279c33c556 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,36 @@ 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.1.5 and 7.1.6 +=============================== + +Plugin changes +-------------- + +* reddit: fix regression in shortlink (`redd.it/`) handling [[#2201][]] +* url: fix tripping on HTML character entities like `'` if running on + Python 3.4+ [[#2204][]] +* wikipedia: add mobile links to URL handling [[#2201][]] + +Core changes +------------ + +* Detect UTF-8 locale on Windows [[#2174][]] + +API changes +----------- + +* `web.decode()`: use Python's built-in HTML character entity decoder if + available [[#2204][]] +* Fix minor documentation error [[#2196][]] + +[#2174]: https://github.com/sopel-irc/sopel/pull/2174 +[#2196]: https://github.com/sopel-irc/sopel/pull/2196 +[#2201]: https://github.com/sopel-irc/sopel/pull/2201 +[#2202]: https://github.com/sopel-irc/sopel/pull/2202 +[#2204]: https://github.com/sopel-irc/sopel/pull/2204 + + Changes between 7.1.4 and 7.1.5 =============================== diff --git a/setup.cfg b/setup.cfg index 4e3ff82a6f..08302567ec 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = sopel -version = 7.1.6-dev +version = 7.1.6 description = Simple and extensible IRC bot long_description = file: README.rst long_description_content_type = text/x-rst