From 981efc502ebc809e5db964747f2b581f98385d5d Mon Sep 17 00:00:00 2001 From: Nathan Stender Date: Thu, 26 Mar 2026 19:14:25 -0400 Subject: [PATCH] Update allotropy version to 0.1.115 --- CHANGELOG.md | 12 ++++++++++++ src/allotropy/__about__.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8570dee7..842b78a05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ All notable changes to this packages 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.1.115] - 2026-03-26 + +### Added + +- MSD Workbench - Update support for CSV format and Calc Conc CV handling (#1157) +- Add XLSX support to MSD Workbench parser (#1154) + +### Fixed + +- Thermo Skanit - Initialize plate_well_count to prevent UnboundLocalError (#1156) +- AppBio QuantStudio Design & Analysis - Check for valid rq values before setting r_sample and r_target (#1138) + ## [0.1.114] - 2026-03-16 ### Added diff --git a/src/allotropy/__about__.py b/src/allotropy/__about__.py index 5212b8ccb..035184bb3 100644 --- a/src/allotropy/__about__.py +++ b/src/allotropy/__about__.py @@ -1 +1 @@ -__version__ = "0.1.114" +__version__ = "0.1.115"