Skip to content

Commit

Permalink
bump version number and update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuavictorchen committed Oct 18, 2022
1 parent b1536f6 commit 72a9f3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion armi/meta.py
Expand Up @@ -16,4 +16,4 @@
Metadata describing an ARMI distribution.
"""

__version__ = "0.2.4"
__version__ = "0.2.5"
1 change: 1 addition & 0 deletions doc/release/0.2.rst
Expand Up @@ -13,6 +13,7 @@ What's new in ARMI
#. Cleanup of stale ``coveragerc`` file (`PR#923 <https://github.com/terrapower/armi/pull/923>`_)
#. Added `medium` writer style option to ``SettingsWriter``. Added it as arg to modify CLI (`PR#924 <https://github.com/terrapower/armi/pull/924>`_), and to clone CLI (`PR#932 <https://github.com/terrapower/armi/pull/932>`_).
#. Update the EntryPoint class to provide user feedback on required positional arguments (`PR#922 <https://github.com/terrapower/armi/pull/922>`_)
#. Overhaul ``reactor.zones`` tooling and remove application-specific zoning logic (`PR#943 <https://github.com/terrapower/armi/pull/943>`_)

Bug fixes
---------
Expand Down

0 comments on commit 72a9f3a

Please sign in to comment.