We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d6036f commit 6430396Copy full SHA for 6430396
src/rechunk/utils.py
@@ -187,6 +187,8 @@ def get_labels(
187
idx = line.index("=")
188
key = line[:idx]
189
value = line[idx + 1 :]
190
+ if "<version>" in value and new_version:
191
+ value = value.replace("<version>", new_version)
192
if "<date>" in value:
193
value = value.replace("<date>", date)
194
if "<timestamp>" in value:
0 commit comments