From 10611a24caf028e57e574fa8b0da80ad8e9655c7 Mon Sep 17 00:00:00 2001 From: Herman Singh Date: Fri, 15 Nov 2024 23:23:59 -0500 Subject: [PATCH] Version bump --- HISTORY.rst | 9 +++++++++ src/mzx/__init__.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index e9b3480..5864825 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,15 @@ History ======= +0.2.2 (2024-11-15) +------------------ + +* Mzx fix by @mafreitas in https://github.com/mass-matrix/mzx/pull/16 +* Fixes a bug where Waters file encoding causes an error +* @mafreitas made their first contribution in https://github.com/mass-matrix/mzx/pull/16 + +**Full Changelog**: https://github.com/mass-matrix/mzx/compare/0.2.1...0.2.2 + 0.2.1 (2024-10-23) ------------------ diff --git a/src/mzx/__init__.py b/src/mzx/__init__.py index d37d015..dee4b85 100644 --- a/src/mzx/__init__.py +++ b/src/mzx/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.2.1" +__version__ = "0.2.2" import os import re