From 11430195fa0df3fbb2e22b18c531b1b1bffa402c Mon Sep 17 00:00:00 2001 From: Nathan Stender Date: Mon, 3 Nov 2025 14:37:10 -0500 Subject: [PATCH] Update allotropy version to 0.1.110 --- CHANGELOG.md | 11 +++++++++++ src/allotropy/__about__.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb0b83a87..788e3d02e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ 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.110] - 2025-11-03 + +### Added + +- Thermo Fisher Scientific NanoDrop 8000 - add unread data to asm (#1094) +- Thermo Fisher Scientific NanoDrop Eight - add unread data to asm (#1096) + +### Fixed + +- Thermo Fisher Scientific SkanIt - error detecing plate word matching (#1113) + ## [0.1.109] - 2025-10-28 ### Added diff --git a/src/allotropy/__about__.py b/src/allotropy/__about__.py index 8d34ca101..28ff92022 100644 --- a/src/allotropy/__about__.py +++ b/src/allotropy/__about__.py @@ -1 +1 @@ -__version__ = "0.1.109" +__version__ = "0.1.110"