Skip to content

Commit 9fb584e

Browse files
authored
Merge pull request #27 from CMCC-Foundation/v0.2.7.9-hotfix
adding "MIN" Frequency code for minute
2 parents b0c5cc5 + bf745a0 commit 9fb584e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

geokube/core/coordinate.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ class CoordinateType(Enum):
4040
"U": "microsecond",
4141
"N": "nanosecond",
4242
"NS": "nanosecond",
43+
"MIN": "minute"
4344
}
4445

4546

geokube/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.7.8"
1+
__version__ = "0.2.7.9"

0 commit comments

Comments
 (0)