From e5177ca01d480b1ff887e94f6b567aed5cf7ed3f Mon Sep 17 00:00:00 2001 From: Nathan Stender Date: Tue, 26 May 2026 13:09:15 -0400 Subject: [PATCH] Update allotropy version to 0.1.129 --- CHANGELOG.md | 6 ++++++ src/allotropy/__about__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aaec7f56e..1963d8dca 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.129] - 2026-05-26 + +### Fixed + +- Map missing fields in Chromeleon parser for adapter migration (#1207) + ## [0.1.128] - 2026-05-21 ### Fixed diff --git a/src/allotropy/__about__.py b/src/allotropy/__about__.py index c6a448714..7d3a8896e 100644 --- a/src/allotropy/__about__.py +++ b/src/allotropy/__about__.py @@ -1 +1 @@ -__version__ = "0.1.128" +__version__ = "0.1.129"