summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorengn33r <engn33r@users.noreply.github.com>2021-03-03 23:47:23 -0500
committerengn33r <engn33r@users.noreply.github.com>2021-03-03 23:47:23 -0500
commit85985ca35dce3bfcf0ad990588689fd9744d29c2 (patch)
treeda80a48156c0e996beb01b3373d8744480747d57 /docs
parentf8716ba79dea933745029a4b470ec75488be0951 (diff)
downloadwebsocket-client-85985ca35dce3bfcf0ad990588689fd9744d29c2.tar.gz
Change version number to 0.58.0 in docs
Diffstat (limited to 'docs')
-rw-r--r--docs/source/conf.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 334aaa4..e55c109 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -12,7 +12,9 @@
#
import os
import sys
-sys.path.insert(0, os.path.abspath('../..'))
+#sys.path.insert(0, os.path.abspath('../..'))
+sys.path.append(os.path.abspath('../..'))
+sys.path.append(os.path.abspath('websocket'))
# Don't skip __init__, which is skipped by default
def skip(app, what, name, obj, would_skip, options):
@@ -30,7 +32,7 @@ copyright = '2021'
author = 'liris'
# The full version, including alpha/beta/rc tags
-release = '0.57.0'
+release = '0.58.0'
# -- General configuration ---------------------------------------------------