From 6f184765f57d52295dfa752a376346a3054603ce Mon Sep 17 00:00:00 2001 From: Nathan Stender Date: Fri, 29 Aug 2025 17:37:53 -0400 Subject: [PATCH] Update allotropy version to 0.1.104 --- CHANGELOG.md | 7 +++++++ src/allotropy/__about__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fd3e4774..fe6fa9a2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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.104] - 2025-08-29 + +### Added + +- Luminex xPONENT - get unread data (#1059) +- Unchained Labs Lunatic & Stunner - Add support for Stunner files (#1054) + ## [0.1.103] - 2025-08-18 ### Added diff --git a/src/allotropy/__about__.py b/src/allotropy/__about__.py index 472f4a65c..7096515f7 100644 --- a/src/allotropy/__about__.py +++ b/src/allotropy/__about__.py @@ -1 +1 @@ -__version__ = "0.1.103" +__version__ = "0.1.104"