From aa7c8683e638b1719c9e44d72fcf812d4c862b7c Mon Sep 17 00:00:00 2001 From: davebshow <davebshow@gmail.com> Date: Wed, 18 Nov 2015 11:53:58 -0500 Subject: [PATCH] updated version in docs --- docs/index.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index c151c65..fa783e9 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -12,21 +12,21 @@ based on the `asyncio`_ and `aiohttp`_ libraries. Releases ======== -The latest release of :py:mod:`aiogremlin` is **0.1.1**. +The latest release of :py:mod:`aiogremlin` is **0.1.2**. Requirements ============ - Python 3.4 -- Tinkerpop 3 Gremlin Server 3.0.0 +- TinkerPop 3 Gremlin Server 3.1.0 Using Python 2? Checkout `gremlinrestclient`_. Dependencies ============ -- aiohttp 0.16.5 -- aiowebsocketclient 0.0.3 +- aiohttp 0.18.4 +- aiowebsocketclient 0.0.4 To speed up serialization, you can also install `ujson`_. If not available, aiogremlin will use the Python standard library :any:`json<json>` module. -- GitLab