Skip to content

Commit 6ac11da

Browse files
committed
Release 7.1.2
1 parent a61bbd9 commit 6ac11da

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

NEWS

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@ 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.1 and 7.1.2
6+
===============================
7+
8+
Plugin changes
9+
--------------
10+
11+
* invite: handle invalid arguments better [[#2151][]]
12+
* translate: handle failed API requests better [[#2153][]]
13+
* wikipedia: warn if deprecated `lang_per_channel` setting is used [[#2143][]]
14+
15+
Core changes
16+
------------
17+
18+
* Clarified documentation about `owner` and `owner_account` settings in core
19+
config section [[#2112][], [#2125][]]
20+
21+
[#2112]: https://github.com/sopel-irc/sopel/pull/2112
22+
[#2125]: https://github.com/sopel-irc/sopel/pull/2125
23+
[#2143]: https://github.com/sopel-irc/sopel/pull/2143
24+
[#2151]: https://github.com/sopel-irc/sopel/pull/2151
25+
[#2153]: https://github.com/sopel-irc/sopel/pull/2153
26+
27+
528
Changes between 7.1.0 and 7.1.1
629
===============================
730

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