Skip to content

Commit

Permalink
Merge pull request #382 from monarch-initiative/release-0.9.0
Browse files Browse the repository at this point in the history
Release 0.9.0
  • Loading branch information
ielis authored Dec 12, 2024
2 parents f9fe293 + 25f681d commit a78077a
Show file tree
Hide file tree
Showing 82 changed files with 2,722 additions and 2,640 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
cd docs
sphinx-apidoc --separate --module-first -d 2 -H "API reference" --follow-links -o apidocs ../src/gpsea
make clean html
# make clean html 2>&1 > /dev/null | less
mv _build/html/* ../gh-pages/${DOCDIR}
cd ..
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
# built documents.
#
# The short X.Y version.
version = u'0.8'
version = u'0.9'
# The full version, including alpha/beta/rc tags.
release = u'0.8.0'
release = u'0.9.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
Loading

0 comments on commit a78077a

Please sign in to comment.