Skip to content

Commit

Permalink
Release 0.3.1
Browse files Browse the repository at this point in the history
...and add the missing line breaks to NEWS.
  • Loading branch information
dgw committed Jul 4, 2020
1 parent e92bdf3 commit 963a1a5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Changes between 0.3.0 and 0.3.1
===============================
* Override handling of rare API errors reported to output the key (#23)


Changes between 0.2.1 and 0.3.0
===============================
* Allow configuring what video details to include (#18)
Expand All @@ -9,23 +14,27 @@ Changes between 0.2.0 and 0.2.1
===============================
* Handle API sending wrongly formatted timestamps (#20)


Changes between 0.1.3 and 0.2.0
===============================
* Update for Sopel 7 (#15)


Changes between 0.1.2 and 0.1.3
===============================
* Add retry mechanic to API fetching (#11)
* Fix exception traceback sometimes thrown on reconnect (#14)
* Update ancient, deprecated usage of Sopel's memory API (#16)


Changes between 0.1.1 and 0.1.2
===============================
* Fix error when video comments are disabled
* Improve duration parser
* Restrict google-api-python-client to compatible version range
* Fix version-number import issue during installation


Changes between 0.1.0 and 0.1.1
===============================
* Output is colorized
Expand Down
2 changes: 1 addition & 1 deletion sopel_modules/youtube/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@

__author__ = 'dgw'
__email__ = '[email protected]'
__version__ = '0.3.0'
__version__ = '0.3.1'

0 comments on commit 963a1a5

Please sign in to comment.