Skip to content

Commit afc5281

Browse files
committed
Release 0.6.0
1 parent 8fe6f37 commit afc5281

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

NEWS

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
Changes between 0.5.1 and 0.6.0
2+
===============================
3+
* New package name: `sopel-youtube` replaces `sopel-modules.youtube` (#55, #67)
4+
* Sopel 8.0+ now required (#57, #65)
5+
* Improve link handling (#56, #58)
6+
* Improve thread-safety (#63)
7+
* Fix date parsing error for playlists (#62)
8+
9+
110
Changes between 0.5.0 and 0.5.1
211
===============================
312
* Fix hiding load-time import errors (#52)

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,18 @@ YouTube link information plugin for Sopel.
77
Releases are hosted on PyPI, so after installing Sopel, all you need is `pip`:
88

99
```shell
10-
$ pip install sopel-modules.youtube
10+
$ pip install sopel-youtube
1111
```
1212

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

16+
### Migrating from `sopel-modules.youtube`
17+
18+
You can simply `pip uninstall sopel-modules.youtube` prior to installing this
19+
package; no extra steps should be needed. `sopel-youtube` inherits the
20+
configuration section originally defined and used by the older versions.
21+
1622
### Latest source
1723

1824
If you want to help develop or test the plugin, you'll need to install from

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ readme = { file=["README.md", "NEWS"], content-type="text/markdown" }
1414

1515
[project]
1616
name = "sopel-youtube"
17-
version = "0.5.1"
17+
version = "0.6.0"
1818
description = "YouTube link information plugin for Sopel."
1919
keywords = [
2020
"sopel",

0 commit comments

Comments
 (0)