From 19f94ceaa0dfd1360dba1e866e8176a063053d6a Mon Sep 17 00:00:00 2001 From: Ralf Gabriels Date: Wed, 8 Mar 2023 19:32:08 +0000 Subject: [PATCH] Version bump to 0.2.2 --- CHANGELOG.md | 7 +++++++ psm_utils/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f41d668..c1082d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/psm_utils/__init__.py b/psm_utils/__init__.py index fac0d8d..faad311 100644 --- a/psm_utils/__init__.py +++ b/psm_utils/__init__.py @@ -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