Skip to content

Commit 12530de

Browse files
committed
Version 1.0.0
1 parent 4bc2ca7 commit 12530de

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pre-commit install # Install git pre-commit hooks
1010
Run unit tests with coverage:
1111

1212
```shell
13-
pytest --cov=arango --cov-report=html # Open htmlcov/index.html in your browser
13+
pytest --enterprise --cluster --cov=arango --cov-report=html # Open htmlcov/index.html in your browser
1414
```
1515

1616
To start and ArangoDB instance locally, run:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ database natively supporting documents, graphs and search.
2020
This is the _asyncio_ alternative of the [python-arango](https://github.com/arangodb/python-arango)
2121
driver.
2222

23-
**Note: This project is still in active development, features might be added or removed.**
23+
Check out a demo app at [python-arango-async-demo](https://github.com/apetenchea/python-arango-async-demo).
2424

2525
## Requirements
2626

arangoasync/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.5"
1+
__version__ = "1.0.0"

docs/index.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ python-arango-async
66
-------------------
77

88
Welcome to the documentation for python-arango-async_, a Python driver for ArangoDB_.
9-
10-
**Note: This project is still in active development, features might be added or removed.**
9+
You can check out a demo app at [python-arango-async-demo](https://github.com/apetenchea/python-arango-async-demo).
1110

1211
Requirements
1312
=============

0 commit comments

Comments
 (0)