* Added colour map argument when specifying groups
0.0.27
* Explicitly check for BioPython version when splitting Alignment/PairwiseAlignment objects instead of try/except
0.0.26
* Fixed an issue with parsing pairwise alignments after changes to default printed format in BioPython v1.80 (https://github.com/biopython/biopython/issues/4183). Should now work fine pre/post v1.80. (https://github.com/gamcil/clinker/issues/91)
0.0.25
* Fix crash when no CDS features are found parsing GFF records (10)