Skip to content

Commit

Permalink
Merge branch 'release/0.15.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
floriankrb committed Jun 28, 2023
2 parents a31dd06 + 2eebf71 commit c971459
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion climetlab/decorators.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def _normalize_expver(expver):

def _normalize_expver_as_tuple(expver):
if isinstance(expver, (int, str)):
exver = _normalize_expver(expver)
expver = _normalize_expver(expver)
expver = (expver,)
lst = []
for x in expver:
Expand Down
2 changes: 1 addition & 1 deletion climetlab/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.15.2
0.15.3

0 comments on commit c971459

Please sign in to comment.