From 1bd4da14d63ca8a74cfbd7cd6c0a104f047b2c21 Mon Sep 17 00:00:00 2001 From: Nathan Stender Date: Tue, 24 Jun 2025 10:58:02 -0400 Subject: [PATCH] Update allotropy version to 0.1.97 --- CHANGELOG.md | 6 ++++++ src/allotropy/__about__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e2012a74..8b56089f1 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.97] - 2025-06-24 + +### Fixed + +- Agilent OpenLab CDS - use bytes to read zip file instead of file name (#1021) + ## [0.1.96] - 2025-06-23 ### Fixed diff --git a/src/allotropy/__about__.py b/src/allotropy/__about__.py index 8569c099b..f09c7d4f6 100644 --- a/src/allotropy/__about__.py +++ b/src/allotropy/__about__.py @@ -1 +1 @@ -__version__ = "0.1.96" +__version__ = "0.1.97"