Skip to content
This repository was archived by the owner on Oct 9, 2023. It is now read-only.

Commit 3bc1db9

Browse files
Update RELEASE_TEMPLATE.md
1 parent f7f86dd commit 3bc1db9

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

RELEASE_TEMPLATE.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
11
PyPI package: https://pypi.org/project/grakn-client
2-
Documentation: https://dev.grakn.ai/docs/client-api/python
2+
Documentation: https://dev.docs.grakn.ai/docs/client-api/python
33

44
### Distribution
55

66
Available through https://pypi.org
77
```
8-
pip install grakn-client
8+
pip install grakn-client=={version}
99
```
1010
Or you can upgrade your local installation with:
1111
```
1212
pip install -U grakn-client
1313
```
1414

1515
{ release notes }
16+
17+
**Please refer to [full release notes of 2.0.0-alpha](https://github.com/graknlabs/client-python/releases/tag/2.0.0-alpha) to see the changes contained in 2.0.0.**
18+
19+
20+

0 commit comments

Comments
 (0)