From c59480bf154b86ccb492a7dcc9b6e446195dae61 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 21 Mar 2018 07:50:17 -0400 Subject: [PATCH] v0.9.0 Signed-off-by: Kenneth Reitz --- docs/source/index.rst | 3 --- setup.py | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) 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 = [