Skip to content

Commit

Permalink
Merge pull request #453 from dtcenter/feature_452_v5.0.1
Browse files Browse the repository at this point in the history
Bugfix release
  • Loading branch information
TatianaBurek committed Jan 30, 2023
2 parents 065a689 + 0ac5bba commit 8bbefb1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@
</copy>
<delete file="${build}/MANIFEST.MF"/>
<manifest file="${build}/MANIFEST.MF">
<attribute name="Specification-Version" value="5.0.0"/>
<attribute name="Specification-Version" value="5.0.1"/>
</manifest>

<jar jarfile="${dist}/lib/metviewer.jar" basedir="${build}" manifest="${build}/MANIFEST.MF">
Expand Down
4 changes: 2 additions & 2 deletions docs/Users_Guide/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ install the latest version. Install required R packages:
**Python**: install Python 3.8.6 or higher. Create an environment
(METviewer_py3.8.6) and install required packages:

* Python 3.10.4
* Python 3.8.6
* matplotlib==3.5.2
* scipy==1.8.1
* plotly==5.9.0
Expand Down Expand Up @@ -88,7 +88,7 @@ install the latest version. Install required R packages:



**METviewer v4.0.1** -
**METviewer v5.0.1** -
clone `METviewer repository <https://github.com/dtcenter/METviewer>`_

.. code-block:: none
Expand Down
9 changes: 9 additions & 0 deletions docs/Users_Guide/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@ When applicable, release notes are followed by the GitHub issue number which
describes the bugfix, enhancement, or new feature:
https://github.com/dtcenter/METviewer/issues

Version `v5.0.1 <https://github.com/dtcenter/METviewer>`_ release notes (20220130)
----------------------------------------------------------------------------------
* New Features:
* Enhancements:
* Bugfixes:
* Add nco_requirements.txt file. Update Dockerfile to use NCO-approved Python packages(`#448 <https://github.com/dtcenter/METviewer/issues/448>`_)
* Internal:


Version `v5.0.0 <https://github.com/dtcenter/METviewer>`_ release notes (20221209)
----------------------------------------------------------------------------------

Expand Down

0 comments on commit 8bbefb1

Please sign in to comment.