From 7d03239a7a2e25d3c7ea5a75c54107099fb5d4ae Mon Sep 17 00:00:00 2001 From: Gernot Bauer Date: Thu, 22 Jan 2026 16:39:34 +0100 Subject: [PATCH] bump version for python package --- si-units/CHANGELOG.md | 2 ++ si-units/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/si-units/CHANGELOG.md b/si-units/CHANGELOG.md index dc09dc6..1b14330 100644 --- a/si-units/CHANGELOG.md +++ b/si-units/CHANGELOG.md @@ -5,6 +5,8 @@ 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). ## [Unreleased] + +## [0.11.1] - 2026-01-22 ### Fixed - Added handling of `numpy` values for `sqrt` and `cbrt`. [#97](https://github.com/itt-ustutt/quantity/pull/97) diff --git a/si-units/Cargo.toml b/si-units/Cargo.toml index 2079b47..8735261 100644 --- a/si-units/Cargo.toml +++ b/si-units/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "si-units" -version = "0.11.0" +version = "0.11.1" authors = [ "Philipp Rehner ", "Gernot Bauer ",