From 84e9be834858e5a56e845fd9bc8d7e5443638d1a Mon Sep 17 00:00:00 2001 From: davebshow <davebshow@gmail.com> Date: Fri, 19 Jan 2018 08:11:44 -0800 Subject: [PATCH] updated server version in docs --- README.md | 2 +- docs/index.rst | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 752bad7..6929d1c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# [aiogremlin 3.2.4](https://pypi.python.org/pypi/aiogremlin/3.2.4) +# [aiogremlin](https://pypi.python.org/pypi/aiogremlin/3.2.4) [Official Documentation](http://aiogremlin.readthedocs.org/en/latest/) diff --git a/docs/index.rst b/docs/index.rst index a32a94a..9ac945c 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -21,21 +21,21 @@ Note that this *NOT* an official Apache project component, it is a Releases ======== -The latest release of :py:mod:`aiogremlin` is **3.2.6**. +The latest release of :py:mod:`aiogremlin` is **3.3.1**. Requirements ============ -- Python 3.5+ -- TinkerPop 3.2.6 +- Python 3.5 + +- TinkerPop 3.2.6 + Dependencies ============ -- aiohttp 2.2.5 -- gremlinpython 3.2.6 -- PyYAML 3.12 +- aiohttp 2.2.5 + +- gremlinpython +- PyYAML 3.12 + @@ -43,11 +43,11 @@ Installation ============ Install using pip:: - $ pip install aiogremlin + $ pip install aiogremlin==<tinkerpop_version> For this version, a separate install of gremlinpython is required:: - $ pip install gremlinpython==3.2.6 --no-deps + $ pip install gremlinpython==<tinkerpop_version> --no-deps Getting Started -- GitLab