diff --git a/docs/source/index.rst b/docs/source/index.rst index 4f51fe7..3ddc900 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -265,9 +265,6 @@ These sessions are for making HTTP requests: .. autoclass:: HTMLSession :inherited-members: -.. autoclass:: BrowserHTMLSession - :inherited-members: - Indices and tables diff --git a/setup.py b/setup.py index 8652f25..0ab5878 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ DESCRIPTION = 'HTML Parsing for Humans.' URL = 'https://github.com/kennethreitz/requests-html' EMAIL = 'me@kennethreitz.org' AUTHOR = 'Kenneth Reitz' -VERSION = '0.8.4' +VERSION = '0.9.0' # What packages are required for this module to be executed? REQUIRED = [