Skip to content

Commit

Permalink
Feature 550 v6.0.0 beta6 (#551)
Browse files Browse the repository at this point in the history
* Issue #550 update versions for releasing beta6

* Per #550, update release notes

---------

Co-authored-by: bikegeek <[email protected]>
  • Loading branch information
jprestop and bikegeek authored Oct 18, 2024
1 parent f1e5024 commit d87d505
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 7 deletions.
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

0 comments on commit d87d505

Please sign in to comment.