Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature 550 v6.0.0 beta6 #551

Merged
merged 2 commits into from
Oct 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@
</copy>
<delete file="${build}/MANIFEST.MF"/>
<manifest file="${build}/MANIFEST.MF">
<attribute name="Specification-Version" value="6.0.0-beta6-dev"/>
<attribute name="Specification-Version" value="6.0.0-beta6"/>
</manifest>

<jar jarfile="${dist}/lib/metviewer.jar" basedir="${build}" manifest="${build}/MANIFEST.MF">
Expand Down
24 changes: 23 additions & 1 deletion docs/Users_Guide/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,35 @@ 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 `v6.0.0-beta6 <https://github.com/dtcenter/METviewer>`_ release notes (20241018)
----------------------------------------------------------------------------------------

.. dropdown:: New Features

None

.. dropdown:: Enhancements

* **Enhance METviewer to plot statistics added to the ECNT, VL1L2, VAL1L2, and VCNT linetypes introduced in the MET 12.0.0 beta4 dev cycle** (`#517 <https://github.com/dtcenter/METviewer/issues/517>`_)

.. dropdown:: Bugfixes

None

.. dropdown:: Internal

* **METviewer: Add a unique identifier in order to distinguish itself from other application logs** (`METplus-Internal#29 <https://github.com/dtcenter/METplus-internal/issues/29>`_)
* METviewer: Adjust SonarQube for “false positive” METviewer vulnerabilities (`METplus-Internal#60 <https://github.com/dtcenter/METplus-internal/issues/60>`_)
* Add testing.yaml testing workflow (`#539 <https://github.com/dtcenter/METviewer/issues/539>`_)


Version `v6.0.0-beta5 <https://github.com/dtcenter/METviewer>`_ release notes (20240710)
----------------------------------------------------------------------------------------


.. dropdown:: New Features

* Add GitHub action to run SonarQube for METviewer pull requests and feature branches(`#521 <https://github.com/dtcenter/METviewer/issues/521>`_)
* Add GitHub action to run SonarQube for METviewer pull requests and feature branches (`#521 <https://github.com/dtcenter/METviewer/issues/521>`_)


.. dropdown:: Enhancements
Expand Down
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@

project = 'METviewer'
author = 'UCAR/NCAR'
author_list = "Burek, T., T. Jensen, L. Goodrich, J. Prestopnik, L. Blank, and T. Fowler"
version = "develop"
author_list = "Burek, T., T. Jensen, I. Srivastava, M. Win-Gildenmeister, L. Goodrich, J. Prestopnik, L. Blank, and T. Fowler"
version = "3.0.0-beta6"
verinfo = version
release = f'{version}'
release_year = '2024'
release_date = f'{release_year}-07-10'
release_date = f'{release_year}-10-18'
copyright = f'{release_year}, {author}'


Expand Down
2 changes: 1 addition & 1 deletion docs/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.0.0-beta6-dev
6.0.0-beta6
2 changes: 1 addition & 1 deletion webapp/metviewer/metviewer1.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@
<div id="header" style="overflow: visible; position: static ">

<div class="toolbar ui-widget" id="toolbar ">
<div style="float: left; cursor: alias;font-family: 'Arial Black',Gadget,sans-serif;text-align: left;" >METviewer 6.0.0-beta5-dev
<div style="float: left; cursor: alias;font-family: 'Arial Black',Gadget,sans-serif;text-align: left;" >METviewer 6.0.0-beta6
<span id="release" class="ui-icon ui-icon-info " style="float: right;margin-left: .4em;"></span>
<br><a href="https://www.ucar.edu/accessibility" class="web-acc-st">Web Accessibility Statement</a>
</div>
Expand Down