From 7314dc339e0a804f9757cf27cfea0d1ffd723e2e Mon Sep 17 00:00:00 2001 From: Nathan Stender Date: Tue, 15 Jul 2025 13:51:31 -0400 Subject: [PATCH] Update allotropy version to 0.1.99 --- CHANGELOG.md | 11 +++++++++++ src/allotropy/__about__.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f9708f3d..4b81a1f91 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.99] - 2025-07-15 + +### Added + +- Molecular Devices SoftMax Pro - add support for spectral TimeFormat measurements (#1026) + +### Fixed + +- Molecular Devices SoftMax Pro - fix duplicate data source documents in spectrum measurements (#1033) +- Molecular Devices SoftMax Pro - move reduced data from custom info to calculated data document (#1032) + ## [0.1.98] - 2025-07-08 ### Added diff --git a/src/allotropy/__about__.py b/src/allotropy/__about__.py index 7238999ad..723e0c3a6 100644 --- a/src/allotropy/__about__.py +++ b/src/allotropy/__about__.py @@ -1 +1 @@ -__version__ = "0.1.98" +__version__ = "0.1.99"