Skip to content

Commit

Permalink
5.3.9
Browse files Browse the repository at this point in the history
updated dependency_map_of_gridcal.txt
  • Loading branch information
SanPen committed Feb 16, 2025
1 parent e2f6a5a commit 24c7885
Show file tree
Hide file tree
Showing 7 changed files with 462 additions and 273 deletions.
315 changes: 311 additions & 4 deletions .idea/workspace.xml

Large diffs are not rendered by default.

408 changes: 147 additions & 261 deletions dependency_map_of_gridcal.txt

Large diffs are not rendered by default.

5 changes: 1 addition & 4 deletions src/GridCal/Gui/RosetaExplorer/RosetaExplorer.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,7 @@ def __init__(self, parent=None, db_handler: Union[DbHandler, None] = None):

# Console
self.console = None
try:
self.create_console()
except TypeError:
error_msg('The console has failed because the QtConsole guys have a bug in their package :(')
self.create_console()

# Connections --------------------------------------------------------------------------------------------------

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

# do not forget to keep a three-number version!!!
__GridCal_VERSION__ = "5.3.8"
__GridCal_VERSION__ = "5.3.9"

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

Expand Down
1 change: 0 additions & 1 deletion src/GridCal/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@
dependencies = ['setuptools>=41.0.1',
'wheel>=0.37.2',
"PySide6>=6.8.0", # 5.14 breaks the UI generation for development, 6.7.0 breaks all
"qtconsole>=4.5.4",
"pytest>=7.2",
"darkdetect",
"pyqtdarktheme",
Expand Down
2 changes: 1 addition & 1 deletion src/GridCalEngine/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
_current_year_ = datetime.datetime.now().year

# do not forget to keep a three-number version!!!
__GridCalEngine_VERSION__ = "5.3.8"
__GridCalEngine_VERSION__ = "5.3.9"

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 @@ -6,7 +6,7 @@
_current_year_ = datetime.datetime.now().year

# do not forget to keep a three-number version!!!
__GridCalServer_VERSION__ = "5.3.8"
__GridCalServer_VERSION__ = "5.3.9"

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

Expand Down

0 comments on commit 24c7885

Please sign in to comment.