We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5b47e8 commit 3bfb7bbCopy full SHA for 3bfb7bb
.github/workflows/readthedocs-build.yml
@@ -17,4 +17,4 @@ jobs:
17
run: |
18
curl -X POST \
19
-H "Authorization: Token $READTHEDOCS_TOKEN" \
20
- https://readthedocs.org/api/v3/projects/ontoaligner/builds/
+ https://readthedocs.org/api/v3/projects/ontoaligner/
docs/source/conf.py
@@ -24,7 +24,7 @@ def setup(app: Sphinx):
24
project = 'OntoAligner'
25
copyright = f'{str(datetime.datetime.now().year)} SciKnowOrg'
26
author = 'Hamed Babaei Giglou'
27
-release = '0.1.0'
+release = '0.2.0'
28
29
30
# -- General configuration ---------------------------------------------------
0 commit comments