Skip to content

Commit

Permalink
5.1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
SanPen committed Aug 2, 2024
1 parent f0beecb commit bb8e4cf
Show file tree
Hide file tree
Showing 7 changed files with 29,710 additions and 29,451 deletions.
182 changes: 87 additions & 95 deletions .idea/workspace.xml

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions src/GridCal/Gui/Main/ConsoleLog.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
################################################################################
## Form generated from reading UI file 'ConsoleLog.ui'
##
## Created by: Qt User Interface Compiler version 6.6.3
## Created by: Qt User Interface Compiler version 6.7.2
##
## WARNING! All changes made in this file will be lost when recompiling UI file!
################################################################################
Expand All @@ -28,7 +28,7 @@ def setupUi(self, mainWindow):
mainWindow.resize(516, 327)
mainWindow.setBaseSize(QSize(0, 0))
icon = QIcon()
icon.addFile(u":/Program icon/GridCal_icon.svg", QSize(), QIcon.Normal, QIcon.Off)
icon.addFile(u":/Program icon/GridCal_icon.svg", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
mainWindow.setWindowIcon(icon)
mainWindow.setIconSize(QSize(24, 24))
mainWindow.setDocumentMode(False)
Expand All @@ -37,7 +37,7 @@ def setupUi(self, mainWindow):
self.actionSave = QAction(mainWindow)
self.actionSave.setObjectName(u"actionSave")
icon1 = QIcon()
icon1.addFile(u":/Icons/icons/savec.svg", QSize(), QIcon.Normal, QIcon.Off)
icon1.addFile(u":/Icons/icons/savec.svg", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
self.actionSave.setIcon(icon1)
self.centralwidget = QWidget(mainWindow)
self.centralwidget.setObjectName(u"centralwidget")
Expand Down
244 changes: 122 additions & 122 deletions src/GridCal/Gui/Main/MainWindow.py

Large diffs are not rendered by default.

58,723 changes: 29,495 additions & 29,228 deletions src/GridCal/Gui/Main/icons_rc.py

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/GridCal/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
_current_year_ = datetime.datetime.now().year

# do not forget to keep a three-number version!!!
__GridCal_VERSION__ = "5.1.20"
__GridCal_VERSION__ = "5.1.21"

url = 'https://github.com/SanPen/GridCal'

Expand Down
2 changes: 1 addition & 1 deletion src/GridCalEngine/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
_current_year_ = datetime.datetime.now().year

# do not forget to keep a three-number version!!!
__GridCalEngine_VERSION__ = "5.1.20"
__GridCalEngine_VERSION__ = "5.1.21"

url = 'https://github.com/SanPen/GridCal'

Expand Down
2 changes: 1 addition & 1 deletion src/GridCalServer/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
_current_year_ = datetime.datetime.now().year

# do not forget to keep a three-number version!!!
__GridCalServer_VERSION__ = "5.1.20"
__GridCalServer_VERSION__ = "5.1.21"

url = 'https://github.com/SanPen/GridCal'

Expand Down

0 comments on commit bb8e4cf

Please sign in to comment.