Skip to content

Commit 595c85b

Browse files
7.6.0
1 parent 1f6d53c commit 595c85b

37 files changed

Lines changed: 26238 additions & 26091 deletions

__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def description():
4242

4343

4444
def version():
45-
return 'Version 7.5.7 - Matera'
45+
return 'Version 7.6.0 - Matera'
4646

4747

4848
def icon():

core/messages.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,9 @@ def msg25(self):
131131
def msg26(self):
132132
self.msgBar(cfg.QtWidgetsSCP.QApplication.translate('semiautomaticclassificationplugin', 'Information') + ' [26]', cfg.QtWidgetsSCP.QApplication.translate('semiautomaticclassificationplugin', 'Please select at least one tool. Band set definition does not require Run'))
133133

134+
def msg27(self):
135+
self.msgBar(cfg.QtWidgetsSCP.QApplication.translate('semiautomaticclassificationplugin', 'Information') + ' [27]', cfg.QtWidgetsSCP.QApplication.translate('semiautomaticclassificationplugin', 'Signatures exported'))
136+
134137
''' Errors '''
135138

136139
def msgErr2(self, SMTP = None):

0 commit comments

Comments
 (0)