Skip to content

Commit

Permalink
Release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dgw committed Jun 3, 2024
1 parent 8fe6f37 commit afc5281
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
9 changes: 9 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Changes between 0.5.1 and 0.6.0
===============================
* New package name: `sopel-youtube` replaces `sopel-modules.youtube` (#55, #67)
* Sopel 8.0+ now required (#57, #65)
* Improve link handling (#56, #58)
* Improve thread-safety (#63)
* Fix date parsing error for playlists (#62)


Changes between 0.5.0 and 0.5.1
===============================
* Fix hiding load-time import errors (#52)
Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,18 @@ YouTube link information plugin for Sopel.
Releases are hosted on PyPI, so after installing Sopel, all you need is `pip`:

```shell
$ pip install sopel-modules.youtube
$ pip install sopel-youtube
```

(Make sure you use the "correct" `pip`, i.e. the one corresponding to the Python
environment where you have Sopel installed.)

### Migrating from `sopel-modules.youtube`

You can simply `pip uninstall sopel-modules.youtube` prior to installing this
package; no extra steps should be needed. `sopel-youtube` inherits the
configuration section originally defined and used by the older versions.

### Latest source

If you want to help develop or test the plugin, you'll need to install from
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ readme = { file=["README.md", "NEWS"], content-type="text/markdown" }

[project]
name = "sopel-youtube"
version = "0.5.1"
version = "0.6.0"
description = "YouTube link information plugin for Sopel."
keywords = [
"sopel",
Expand Down

0 comments on commit afc5281

Please sign in to comment.