We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc72d6c commit caf3394Copy full SHA for caf3394
arangoasync/version.py
@@ -1 +1 @@
1
-__version__ = "1.0.1"
+__version__ = "1.0.2"
docs/index.rst
@@ -6,7 +6,8 @@ python-arango-async
6
-------------------
7
8
Welcome to the documentation for python-arango-async_, a Python driver for ArangoDB_.
9
-You can check out a demo app at [python-arango-async-demo](https://github.com/apetenchea/python-arango-async-demo).
+
10
+You can check out a demo app at python-arango-async-demo_.
11
12
Requirements
13
=============
@@ -91,3 +92,4 @@ Contents
91
92
93
.. _ArangoDB: https://www.arangodb.com
94
.. _python-arango-async: https://github.com/arangodb/python-arango-async
95
+.. _python-arango-async-demo: https://github.com/apetenchea/python-arango-async-demo
0 commit comments