From ea8f1f37e8a7f754eea0142b87e5eead2e233b4d Mon Sep 17 00:00:00 2001 From: alejandro-salgado Date: Thu, 17 Oct 2024 10:23:25 -0500 Subject: [PATCH] release: Update allotropy version to 0.1.61 (#726) ## [0.1.61] - 2024-10-16 ### Added - QuantStudio Design & Analysis - add xls support and additional filter check for empty stage number column (#724) ### Removed - SoftMax Pro report non numeric values in error document (#725) --- CHANGELOG.md | 10 ++++++++++ src/allotropy/__about__.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef3fa04d3..7871daf87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ 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.61] - 2024-10-16 + +### Added + +- QuantStudio Design & Analysis - add xls support and additional filter check for empty stage number column (#724) + +### Removed + +- SoftMax Pro report non numeric values in error document (#725) + ## [0.1.60] - 2024-10-15 ### Added diff --git a/src/allotropy/__about__.py b/src/allotropy/__about__.py index aa5efd542..ccfe745ed 100644 --- a/src/allotropy/__about__.py +++ b/src/allotropy/__about__.py @@ -1 +1 @@ -__version__ = "0.1.60" +__version__ = "0.1.61"