Skip to content

Commit

Permalink
Issue #550 update versions for releasing beta6
Browse files Browse the repository at this point in the history
  • Loading branch information
bikegeek committed Oct 18, 2024
1 parent f1e5024 commit d5503aa
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 6 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
17 changes: 17 additions & 0 deletions docs/Users_Guide/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,23 @@ 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


.. dropdown:: Enhancements

git checkout -b feature_

.. dropdown:: Bugfixes


.. dropdown:: Internal



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

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 d5503aa

Please sign in to comment.