diff --git a/NEWS b/NEWS index e715a01..1432336 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,14 @@ +Changes between 1.3.7 and 1.3.8 +=============================== + +Added: +* Handle more exception types when fetching tweets (#66) + +Changed: +* Upgrade minimum `tweety-ns` version to 1.1.4 (#65) +* Check public session state property instead of internal value (#65) + + Changes between 1.3.6 and 1.3.7 =============================== diff --git a/pyproject.toml b/pyproject.toml index f492395..cd50e3d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ readme = { file=["README.md", "NEWS"], content-type="text/markdown" } [project] name = "sopel-twitter" -version = "1.3.7" +version = "1.3.8" description = "A Twitter plugin for Sopel" authors = [