Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Final 8.0 release prep #2606

Merged
merged 4 commits into from
Jun 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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="dgw@technobabbl.es" },
{ name="Florian Strzelecki", email="florian.strzelecki@gmail.com" },
{ name="dgw" },
{ name="Florian Strzelecki" },
]
authors = [
{ name="dgw", email="dgw@technobabbl.es" },
{ name="Florian Strzelecki", email="florian.strzelecki@gmail.com" },
{ name="dgw" },
{ name="Florian Strzelecki" },
{ name="Sean B. Palmer" },
{ name="Else Powell" },
{ name="Elad Alfassa" },
Expand Down
Loading