diff --git a/arangoasync/version.py b/arangoasync/version.py index 5c4105c..7863915 100644 --- a/arangoasync/version.py +++ b/arangoasync/version.py @@ -1 +1 @@ -__version__ = "1.0.1" +__version__ = "1.0.2" diff --git a/docs/index.rst b/docs/index.rst index 52714c3..b9ac826 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -6,7 +6,8 @@ python-arango-async ------------------- Welcome to the documentation for python-arango-async_, a Python driver for ArangoDB_. -You can check out a demo app at [python-arango-async-demo](https://github.com/apetenchea/python-arango-async-demo). + +You can check out a demo app at python-arango-async-demo_. Requirements ============= @@ -91,3 +92,4 @@ Contents .. _ArangoDB: https://www.arangodb.com .. _python-arango-async: https://github.com/arangodb/python-arango-async +.. _python-arango-async-demo: https://github.com/apetenchea/python-arango-async-demo