Skip to content

Commit 19f94ce

Browse files
committed
Version bump to 0.2.2
1 parent bd91145 commit 19f94ce

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.2.2] - 2023-03-08
9+
10+
### Fixed
11+
12+
- `io.peptide_record`: Fix bug where provenance item `filename` was not a string
13+
- Various minor fixes after linting
14+
815
## [0.2.1] - 2023-01-17
916

1017
### Added

psm_utils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Common utilities for parsing and handling PSMs, and search engine results."""
22

3-
__version__ = "0.2.1"
3+
__version__ = "0.2.2"
44

55
from psm_utils.peptidoform import Peptidoform
66
from psm_utils.psm import PSM

0 commit comments

Comments
 (0)