Skip to content

Commit 54844f2

Browse files
committed
Release 7.1.3
1 parent 1dc50ee commit 54844f2

2 files changed

Lines changed: 37 additions & 1 deletion

File tree

NEWS

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,42 @@ 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.2 and 7.1.3
6+
===============================
7+
8+
Plugin changes
9+
--------------
10+
11+
* announce: fix Python 3 compatibility [[#2166][]]
12+
* reddit: fix handling post links with parameters, e.g. sorting [[#2163][]]
13+
* reddit: silence PRAW update notices [[#2171][]]
14+
* tell: don't strip IRC formatting at message start [[#2162][]]
15+
* translate: better error handling in `.mangle` [[#2160][]]
16+
* wikipedia: skip messagebox template contents for cleaner snippets [[#2159][]]
17+
* wikipedia: improve handling of links to transcluded sections [[#2168][]]
18+
19+
Core changes
20+
------------
21+
22+
* Fixed showing plugin information in `sopel-plugins` CLI tool even if loading
23+
the plugin fails [[#2135][]]
24+
* Stop warning about `parse == bool` configuration settings in 7.x [[#2164][]]
25+
* This warning will return in Sopel 8.0, a major release which will be a
26+
more natural time for plugin maintainers to release compatibility updates.
27+
* Fixed `requests` requirement on Python 3.3 [[#2172][]]
28+
29+
[#2135]: https://github.com/sopel-irc/sopel/pull/2135
30+
[#2159]: https://github.com/sopel-irc/sopel/pull/2159
31+
[#2160]: https://github.com/sopel-irc/sopel/pull/2160
32+
[#2162]: https://github.com/sopel-irc/sopel/pull/2162
33+
[#2163]: https://github.com/sopel-irc/sopel/pull/2163
34+
[#2164]: https://github.com/sopel-irc/sopel/pull/2164
35+
[#2166]: https://github.com/sopel-irc/sopel/pull/2166
36+
[#2168]: https://github.com/sopel-irc/sopel/pull/2168
37+
[#2171]: https://github.com/sopel-irc/sopel/pull/2171
38+
[#2172]: https://github.com/sopel-irc/sopel/pull/2172
39+
40+
541
Changes between 7.1.1 and 7.1.2
642
===============================
743

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