Skip to content

Commit

Permalink
New whatsnew section
Browse files Browse the repository at this point in the history
  • Loading branch information
eelucio committed Jun 18, 2024
1 parent 8dee5b0 commit 89555df
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
21 changes: 20 additions & 1 deletion docs/source/whats-new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ What's new
:maxdepth: 0
:titlesonly:

v2406.0.0

v2406.0.1
~~~~~~~~~

New Features
Expand All @@ -17,6 +18,24 @@ New Features
Bug fixes
+++++++++

- Fixed how the .gif animations are transformed and moved into the `preview` folder
(for the web).

Documentations
++++++++++++++
- Added documentation of the freva history.

Internal Changes
++++++++++++++++
- Updated unit tests.


v2406.0.0
~~~~~~~~~

Bug fixes
+++++++++

- Fixed plugin batchmode submit bug. Batchmode plugins did not pick up the
correct evaluation system config file. This has been fixed now.
- Revised minor typographical errors in the documentation and code comments.
Expand Down
2 changes: 1 addition & 1 deletion src/evaluation_system/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
)


__version__ = "2406.0.0"
__version__ = "2406.0.1"

if __name__ == "__main__":
print(__version__)

0 comments on commit 89555df

Please sign in to comment.