From 10b1b2ac5ccaa6c5be5133f904a87e69c82d31c5 Mon Sep 17 00:00:00 2001 From: niekdejonge Date: Tue, 20 Aug 2024 14:12:24 +0200 Subject: [PATCH] added change to changelog and updated version --- CHANGELOG.md | 4 ++++ ms2query/__version__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d980e141..dd2f4f2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ 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). +## 1.5.3 +### Fixed +- Updated the doi to the MS2Query library. This new library has a fix for a bug misrepresenting the compound classes. + ## 1.5.2 ### Fixed - Handle missing compound names. Previously MS2Query would break, when no compound name was available for an analog. diff --git a/ms2query/__version__.py b/ms2query/__version__.py index c3b38415..0bb84ff2 100644 --- a/ms2query/__version__.py +++ b/ms2query/__version__.py @@ -1 +1 @@ -__version__ = '1.5.2' +__version__ = '1.5.3'