Skip to content

Commit 048e71c

Browse files
committed
bump version
1 parent c67ace7 commit 048e71c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
- #88 get_acs_for_protein_seq should return list not None
1111
- #83 Ensembl files missing protein - breaking c_to_p (only affects data not client code)
1212
- #17 RefSeq missing MT transcripts (only affects data not client code)
13+
- #96 - All builds files now only contain 1 annotation consortium (RefSeq OR Ensembl not both)
14+
- #97 - Ensembl now has HGNC codes (used Gencode lookup) to match RefSeq
1315

1416
## [0.2.26] 2024-08-15
1517

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# After 0.2.22 we split version into separate code (pip) and data schema versions
22
# The cdot client will use its own major/minor to determine whether it can read these data files
3-
JSON_SCHEMA_VERSION = "0.2.28"
3+
JSON_SCHEMA_VERSION = "0.2.29"

0 commit comments

Comments
 (0)