From 2653960167269c82616d2b92294d90c5910b38b3 Mon Sep 17 00:00:00 2001 From: Anexen Date: Wed, 11 Oct 2023 00:28:32 +0200 Subject: [PATCH] bump version to 0.9.3 --- CHANGELOG.md | 5 +++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da28d73..3cb0f3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [0.9.3] - 2023-10-11 + +- IRR improvements ([#47](https://github.com/Anexen/pyxirr/pull/47)) +- Python 3.12 support + ## [0.9.2] - 2023-06-14 - XNFV: suppress `InvalidPaymentsError` by passing `silent=True` flag ([#40](https://github.com/Anexen/pyxirr/issues/40)) diff --git a/Cargo.lock b/Cargo.lock index 48a9bb3..1120538 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -353,7 +353,7 @@ dependencies = [ [[package]] name = "pyxirr" -version = "0.9.2" +version = "0.9.3" dependencies = [ "ndarray", "numpy", diff --git a/Cargo.toml b/Cargo.toml index 6a0c8c5..67756a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pyxirr" -version = "0.9.2" +version = "0.9.3" authors = ["Anexen"] edition = "2021" description = "Rust-powered collection of financial functions for Python."