Skip to content

Commit

Permalink
prepare v7.0.6 (#1585)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReimarBauer authored Nov 3, 2022
1 parent 400f8c0 commit cd03cda
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changelog
=========

Version 7.0.6
~~~~~~~~~~~~~

Bug fix release

All changes:
https://github.com/Open-MSS/MSS/milestone/90?closed=1


Version 7.0.5
~~~~~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion mslib/msui/qt5/ui_about_dialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,6 @@ def retranslateUi(self, AboutMSUIDialog):
self.lblLicense.setText(_translate("AboutMSUIDialog", "License: Apache License Version 2.0"))
self.lblCopyright.setText(_translate("AboutMSUIDialog", "Copyright 2008-2014: Deutsches Zentrum fuer Luft- und Raumfahrt e.V.\n"
"Copyright 2011-2014: Marc Rautenhaus\n"
"Copyright 2016-2021: by the MSS team, see AUTHORS"))
"Copyright 2016-2022: by the MSS team, see AUTHORS"))
self.lblLinks.setText(_translate("AboutMSUIDialog", "<html><head/><body><p>See <a href=\"http://mss.rtfd.io\"><span style=\" text-decoration: underline; color:#0000ff;\">http://mss.rtfd.io</span></a> for detailed information and documentation.<br>Report bugs or feature requests at <a href=\"https://github.com/Open-MSS/MSS\"><span style=\" text-decoration: underline; color:#0000ff;\">https://github.com/Open-MSS/MSS</span></a>.</p></body></html>"))
self.btOK.setText(_translate("AboutMSUIDialog", "Ok"))
2 changes: 1 addition & 1 deletion mslib/msui/ui/ui_about_dialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ p, li { white-space: pre-wrap; }
<property name="text">
<string>Copyright 2008-2014: Deutsches Zentrum fuer Luft- und Raumfahrt e.V.
Copyright 2011-2014: Marc Rautenhaus
Copyright 2016-2021: by the mss team, see AUTHORS</string>
Copyright 2016-2022: by the MSS team, see AUTHORS</string>
</property>
</widget>
</item>
Expand Down
2 changes: 1 addition & 1 deletion mslib/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
See the License for the specific language governing permissions and
limitations under the License.
"""
__version__ = u'7.0.5.'
__version__ = u'7.0.6.'

0 comments on commit cd03cda

Please sign in to comment.