From 2e64f4def35fba9abd41c134c03b63ba62de12e6 Mon Sep 17 00:00:00 2001 From: Nathan Stender Date: Thu, 23 Jul 2026 17:04:40 -0400 Subject: [PATCH] Update allotropy version to 0.1.142 --- CHANGELOG.md | 8 ++++++++ src/allotropy/__about__.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8546a1b5..69f1c3381 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ 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.142] - 2026-07-23 + +### Fixed + +- Support EnVision calculated formulas without a name prefix (#1246) +- Handle dilutions, replicate measurements, and mmol/l unit in Roche Cedex Bio HT (#1244) +- Handle multiple spaces in Raw Data line for BMG MARS parser (#1243) + ## [0.1.141] - 2026-07-14 ### Fixed diff --git a/src/allotropy/__about__.py b/src/allotropy/__about__.py index 2b2a9be52..4b830c66f 100644 --- a/src/allotropy/__about__.py +++ b/src/allotropy/__about__.py @@ -1 +1 @@ -__version__ = "0.1.141" +__version__ = "0.1.142"