Skip to content

Commit

Permalink
5.1.39
Browse files Browse the repository at this point in the history
  • Loading branch information
SanPen committed Sep 23, 2024
1 parent 648c46e commit cc3290a
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 49 deletions.
92 changes: 46 additions & 46 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/__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.38"
__GridCal_VERSION__ = "5.1.39"

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.38"
__GridCalEngine_VERSION__ = "5.1.39"

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.38"
__GridCalServer_VERSION__ = "5.1.39"

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

Expand Down

0 comments on commit cc3290a

Please sign in to comment.