diff --git a/NEWS b/NEWS index 5d12a45..f9428e4 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +Changes between 1.3.5 and 1.3.6 +=============================== + +Added: +* Handle `fixvx.com` links by default (#60) +* Better documentation about keeping the upstream library updated + + Changes between 1.3.4 and 1.3.5 =============================== diff --git a/README.md b/README.md index 1c814fe..292bc25 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,20 @@ $ pip install sopel-twitter If you want to use the development version, simply clone the repository and use `pip install path/to/sopel-twitter` +### Newer library versions + +`sopel-twitter` relies on [a third-party library][tweety-source] to access data, +which does not always publish its latest code to PyPI. If you run into problems +with this plugin, [install the latest library code][tweety-source-updates] and +see if that solves your issue. + +Please also feel free to submit pull requests updating this plugin's version +constraints if you have tested a newer library release than what is currently +allowed. Thanks for your help! + +[tweety-source]: https://github.com/mahrtayyab/tweety +[tweety-source-updates]: https://github.com/mahrtayyab/tweety#keep-synced-with-latest-fixes + ## Configuring **Twitter account required to use this plugin** as of 1 July 2023. You probably diff --git a/setup.cfg b/setup.cfg index ad6abde..af8021d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = sopel-twitter -version = 1.3.5 +version = 1.3.6 description = A Twitter plugin for Sopel author = dgw author_email = dgw@technobabbl.es