Skip to content

Commit

Permalink
Release 1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dgw committed Mar 15, 2024
1 parent 807445b commit 921fafe
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
8 changes: 8 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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
===============================

Expand Down
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -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 = [email protected]
Expand Down

0 comments on commit 921fafe

Please sign in to comment.