There was an error while loading. Please reload this page.
1 parent bd91145 commit 19f94ceCopy full SHA for 19f94ce
2 files changed
CHANGELOG.md
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
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
15
## [0.2.1] - 2023-01-17
16
17
### Added
psm_utils/__init__.py
@@ -1,6 +1,6 @@
1
"""Common utilities for parsing and handling PSMs, and search engine results."""
2
3
-__version__ = "0.2.1"
+__version__ = "0.2.2"
4
from psm_utils.peptidoform import Peptidoform
from psm_utils.psm import PSM
0 commit comments