Skip to content

Commit

Permalink
Added docstring and updated CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardr committed Nov 13, 2018
1 parent aba082c commit da65a6a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG
@@ -1,7 +1,11 @@
= 1.0.2 (20181113)

* Added the 'ia' module for querying the Internet Archive.

= 1.0.1 (20180808)

Fixed import error
* Fixed import error

= 1.0.0 (20180806)

Initial release
* Initial release
1 change: 1 addition & 0 deletions olipy/ia.py
Expand Up @@ -231,4 +231,5 @@ def image_url(self, page, **kwargs):


class Audio(Item):
"""This class knows about audio items."""
MEDIA_TYPE = "audio"

0 comments on commit da65a6a

Please sign in to comment.