Skip to content

Commit

Permalink
doc (moPepGen): version bump to 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuchcn committed Jun 23, 2024
1 parent 1bdbfd9 commit 2593943
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## [Unreleased]

## [1.4.2] - 2024-06-23

- Fixed `splitFasta` that NovelORF peptides coding transcripts not recognized correctly.

## [1.4.1] - 2024-05-26

- Fixed `VariantPepidePool` that old versions of `SeqUtils.molecular_weight` don't handle `SeqRecord` objects. #874
Expand Down
2 changes: 1 addition & 1 deletion moPepGen/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from . import constant


__version__ = '1.4.1'
__version__ = '1.4.2'

## Error messages
ERROR_INDEX_IN_INTRON = 'The genomic index seems to be in an intron'
Expand Down

0 comments on commit 2593943

Please sign in to comment.