From da65a6ad258ded0e5e5deb70bb5ccb9d026ee955 Mon Sep 17 00:00:00 2001 From: Leonard Richardson Date: Tue, 13 Nov 2018 07:26:17 -0500 Subject: [PATCH] Added docstring and updated CHANGELOG. --- CHANGELOG | 8 ++++++-- olipy/ia.py | 1 + 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 1cb5e56..f1f38ef 100644 --- a/CHANGELOG +++ b/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 diff --git a/olipy/ia.py b/olipy/ia.py index 37b5896..9097043 100644 --- a/olipy/ia.py +++ b/olipy/ia.py @@ -231,4 +231,5 @@ def image_url(self, page, **kwargs): class Audio(Item): + """This class knows about audio items.""" MEDIA_TYPE = "audio"