From ff4c2bf3e397a5ffc775fcfacd62354be1562223 Mon Sep 17 00:00:00 2001 From: Nathan Stender Date: Mon, 23 Jun 2025 14:15:01 -0400 Subject: [PATCH] Update allotropy version to 0.1.96 --- CHANGELOG.md | 6 ++++++ src/allotropy/__about__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd33895e2..1e2012a74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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.96] - 2025-06-23 + +### Fixed + +- Molecular Devices SoftMax Pro - account for partial plate reads (#1013) + ## [0.1.95] - 2025-06-19 ### Added diff --git a/src/allotropy/__about__.py b/src/allotropy/__about__.py index a7059c5bf..8569c099b 100644 --- a/src/allotropy/__about__.py +++ b/src/allotropy/__about__.py @@ -1 +1 @@ -__version__ = "0.1.95" +__version__ = "0.1.96"