diff --git a/NEWS b/NEWS index 463269b..0f21856 100644 --- a/NEWS +++ b/NEWS @@ -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) diff --git a/README.md b/README.md index 686d82d..356c403 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index ae7d411..205cfd5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",