From fc48ccf2863795e8b9780b43ddad12318fc5ad02 Mon Sep 17 00:00:00 2001 From: Nathan Stender Date: Tue, 21 Apr 2026 11:32:02 -0400 Subject: [PATCH] Update allotropy version to 0.1.120 --- CHANGELOG.md | 6 ++++++ src/allotropy/__about__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d8957a58..79de6c076 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.120] - 2026-04-21 + +### Added + +- Generate REC/2024/03 liquid chromatography schema models (#1186) + ## [0.1.119] - 2026-04-20 ### Added diff --git a/src/allotropy/__about__.py b/src/allotropy/__about__.py index 9f3a5f1e7..0b54a49d5 100644 --- a/src/allotropy/__about__.py +++ b/src/allotropy/__about__.py @@ -1 +1 @@ -__version__ = "0.1.119" +__version__ = "0.1.120"