Skip to content

Commit

Permalink
v1.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jjjake committed Jan 27, 2021
1 parent 6bbe1c5 commit f9cbcb2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Release History
---------------

1.9.8 (2021-01-20)
1.9.9 (2021-01-27)
++++++++++++++++++

**Features and Improvements**
Expand Down
2 changes: 1 addition & 1 deletion internetarchive/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
from __future__ import absolute_import

__title__ = 'internetarchive'
__version__ = '1.9.8'
__version__ = '1.9.9'
__author__ = 'Jacob M. Johnson'
__license__ = 'AGPL 3'
__copyright__ = 'Copyright (C) 2012-2019 Internet Archive'
Expand Down
2 changes: 2 additions & 0 deletions internetarchive/search.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,8 @@ def _make_results_generator(self):
return self._scrape()

def _user_aggs(self):
"""Experimental support for user aggregations.
"""
self.params['page'] = '1'
self.params['rows'] = '1'
self.params['output'] = 'json'
Expand Down

0 comments on commit f9cbcb2

Please sign in to comment.