Skip to content

Commit 1b41bb1

Browse files
authored
Merge pull request #206 from hubmapconsortium/test-release
v2.0.13 release with hot fix
2 parents aaab1f3 + cf9ce5b commit 1b41bb1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.12
1+
2.0.13

src/schema/schema_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1254,7 +1254,7 @@ def create_hubmap_ids(normalized_class, json_data_dict, user_token, user_info_di
12541254

12551255
# Remove the "hubmap_base_id" key
12561256
for d in ids_list:
1257-
d.pop('hubmap_base_id')
1257+
d.pop('hubmap_base_id')
12581258

12591259
logger.debug("======create_hubmap_ids() generated ids from uuid-api======")
12601260
logger.debug(ids_list)

0 commit comments

Comments
 (0)