Skip to content

Commit

Permalink
keep MAX_ENSEMBL_RELEASE but don't force it
Browse files Browse the repository at this point in the history
  • Loading branch information
iskandr committed Mar 10, 2022
1 parent 50399be commit 16d3f32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyensembl/ensembl_release_versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
from __future__ import print_function, division, absolute_import

MIN_ENSEMBL_RELEASE = 54
MAX_ENSEMBL_RELEASE = 105

def check_release_number(release):
"""
Expand Down

0 comments on commit 16d3f32

Please sign in to comment.