Skip to content

Commit

Permalink
Merge pull request #2606 from sopel-irc/8.0-final-prep
Browse files Browse the repository at this point in the history
Final 8.0 release prep
  • Loading branch information
dgw committed Jun 2, 2024
2 parents 48c9294 + 3261d9c commit 4ac50a6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
7 changes: 6 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ Changes between 7.1.9 and 8.0.0
Highlights
----------

Detailed coverage of the major changes can be found in the dedicated
[Sopel 8 upgrade guide][sopel-8-migration].

**For users:**

* Python 3.8+ is now required
Expand Down Expand Up @@ -328,7 +331,7 @@ Housekeeping changes
[#2178][], [#2182][], [#2226][], [#2238][], [#2239][], [#2257][], [#2275][],
[#2276][], [#2323][], [#2379][], [#2386][], [#2409][], [#2424][], [#2426][],
[#2442][], [#2489][], [#2494][], [#2495][], [#2496][], [#2533][], [#2539][],
[#2543][], [#2550][], [#2558][], [#2574][], [#2600][]]
[#2543][], [#2550][], [#2558][], [#2574][], [#2600][], [#2606][]]
* Switched from Travis CI to GitHub Actions and incrementally improved tests
[[#2075][], [#2078][], [#2123][], [#2188][], [#2262][], [#2335][], [#2342][],
[#2381][], [#2452][], [#2453][], [#2458][], [#2505][], [#2519][], [#2543][]]
Expand Down Expand Up @@ -357,6 +360,7 @@ Housekeeping changes
[pronoun-base]: https://github.com/lucasew/svelte-pronounisland
[pronoun-ours]: https://github.com/sopel-irc/pronoun-service
[rate-decorator]: https://sopel.chat/docs/plugin/decorators#sopel.plugin.rate
[sopel-8-migration]: https://sopel.chat/usage/installing/upgrading-to-sopel-8/
[sopel-bugzilla]: https://pypi.org/project/sopel-bugzilla/
[sopel-help]: https://pypi.org/project/sopel-help/
[sopel-iplookup]: https://pypi.org/project/sopel-iplookup/
Expand Down Expand Up @@ -617,6 +621,7 @@ Housekeeping changes
[#2584]: https://github.com/sopel-irc/sopel/pull/2584
[#2600]: https://github.com/sopel-irc/sopel/pull/2600
[#2601]: https://github.com/sopel-irc/sopel/pull/2601
[#2606]: https://github.com/sopel-irc/sopel/pull/2606


Changes between 7.1.8 and 7.1.9
Expand Down
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ namespaces = false

[project]
name = "sopel"
version = "8.0.0.dev0"
version = "8.0.0"
description = "Simple and extensible IRC bot"
maintainers = [
{ name="dgw", email="[email protected]" },
{ name="Florian Strzelecki", email="[email protected]" },
{ name="dgw" },
{ name="Florian Strzelecki" },
]
authors = [
{ name="dgw", email="[email protected]" },
{ name="Florian Strzelecki", email="[email protected]" },
{ name="dgw" },
{ name="Florian Strzelecki" },
{ name="Sean B. Palmer" },
{ name="Else Powell" },
{ name="Elad Alfassa" },
Expand Down

0 comments on commit 4ac50a6

Please sign in to comment.