Skip to content

Commit

Permalink
bump version to 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Anexen committed Oct 10, 2023
1 parent fe2a23b commit 2653960
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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."
Expand Down

0 comments on commit 2653960

Please sign in to comment.