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 540 v6.0.0 beta5 #542

Merged
merged 3 commits into from
Jul 10, 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
18 changes: 18 additions & 0 deletions docs/Users_Guide/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,24 @@ 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-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>`_)


.. dropdown:: Enhancements
* METviewer:Address SonarQube Vulnerabilities(`#58 <https://github.com/dtcenter/METplus-Internal/issues/58>`_)

.. dropdown:: Bugfixes


.. dropdown:: Internal
* Update GitHub issue and pull request templates to reflect the current development workflow details(`#491 <https://github.com/dtcenter/METviewer/issues/491>`_)


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

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
version = "develop"
verinfo = version
release = f'{version}'
release_year = '2021'
release_date = f'{release_year}-05-10'
release_year = '2024'
release_date = f'{release_year}-07-10'
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-beta5-dev
6.0.0-beta5