Skip to content

Commit

Permalink
Version bump to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfG committed Mar 8, 2023
1 parent bd91145 commit 19f94ce
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.2.2] - 2023-03-08

### Fixed

- `io.peptide_record`: Fix bug where provenance item `filename` was not a string
- Various minor fixes after linting

## [0.2.1] - 2023-01-17

### Added
Expand Down
2 changes: 1 addition & 1 deletion psm_utils/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Common utilities for parsing and handling PSMs, and search engine results."""

__version__ = "0.2.1"
__version__ = "0.2.2"

from psm_utils.peptidoform import Peptidoform
from psm_utils.psm import PSM
Expand Down

0 comments on commit 19f94ce

Please sign in to comment.