diff --git a/.github/workflows/deploy-books.yml b/.github/workflows/deploy-books.yml index 9aeab7cc..e64189fe 100644 --- a/.github/workflows/deploy-books.yml +++ b/.github/workflows/deploy-books.yml @@ -4,7 +4,7 @@ name: deploy-book on: push: branches: - - development + - main # If your git repository has the Jupyter Book within some-subfolder next to # unrelated files, you can make this run only if a file within that specific # folder has been modified. diff --git a/docs/source/whatsnew/index.rst b/docs/source/whatsnew/index.rst index 4b3b9112..6ae7805e 100644 --- a/docs/source/whatsnew/index.rst +++ b/docs/source/whatsnew/index.rst @@ -4,6 +4,7 @@ What's New ========== PVDegradationTools (pvdeg) change log: +.. include:: releases/v0.3.2.rst .. include:: releases/v0.3.1.rst .. include:: releases/v0.3.0.rst .. include:: releases/v0.2.3.rst diff --git a/docs/source/whatsnew/releases/v0.3.2.rst b/docs/source/whatsnew/releases/v0.3.2.rst new file mode 100644 index 00000000..474a9f9d --- /dev/null +++ b/docs/source/whatsnew/releases/v0.3.2.rst @@ -0,0 +1,14 @@ +v0.3.1 (2024-05-06) +======================= + +Enhancements +------------ +* Added workflow for automated deployment of jupyter-books + +Bug Fixes +--------- +* Re-run notebooks and fixed minor bugs + +Contributors +~~~~~~~~~~~~ +* Martin Springer (:ghuser:`martin-springer`)