Skip to content

Commit

Permalink
Update NEWS & version for 7.0.0 RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
dgw committed Jan 27, 2020
1 parent f7e224e commit cef2494
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,9 @@ API changes
(`NICKLEN`), maximum topic length (`TOPICLEN`), number of targets allowed
per command (`TARGMAX`), and channel-privilege mappings (`PREFIX`)
* More information in [the ISUPPORT documentation][docs-isupport]
* Added `session()` method to `bot.db` [[#1811][]]
* `db.connect()` now logs a message when used with a non-SQLite database
connected, as raw connection behavior for different DB types varies
* Added `delete_{nick,channel}_value` methods in `bot.db` [[#1526][]]
* Added "plugin value" API to `bot.db` [[#1621][]]
* Functionally identical to "nick" and "channel" values, but in a separate
Expand Down Expand Up @@ -571,6 +574,7 @@ API changes
[#1806]: https://github.com/sopel-irc/sopel/pull/1806
[#1807]: https://github.com/sopel-irc/sopel/pull/1807
[#1808]: https://github.com/sopel-irc/sopel/pull/1808
[#1811]: https://github.com/sopel-irc/sopel/pull/1811

[api-docs]: https://sopel.chat/docs/
[auth-config-docs]: https://sopel.chat/docs/configure.html#Authentication
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = sopel
version = 7.0.0.rc1
version = 7.0.0.rc2
description = Simple and extensible IRC bot
long_description = file: README.rst
long_description_content_type = text/x-rst
Expand Down

0 comments on commit cef2494

Please sign in to comment.