Skip to content

Commit

Permalink
5.1.38
Browse files Browse the repository at this point in the history
  • Loading branch information
SanPen committed Sep 23, 2024
1 parent a4c3553 commit 648c46e
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 12 deletions.
19 changes: 11 additions & 8 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/GridCal/Session/results_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def headerData(self,
if self.table.index_c is None:
return section
else:
val = self.table.index_c[section]
val = f"{section}: {self.table.index_c[section]}"
else:
return ""

Expand Down
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.37"
__GridCal_VERSION__ = "5.1.38"

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.37"
__GridCalEngine_VERSION__ = "5.1.38"

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.37"
__GridCalServer_VERSION__ = "5.1.38"

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

Expand Down

0 comments on commit 648c46e

Please sign in to comment.