File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
1212## [ Unreleased]
1313
14+ ## [ 0.4.0] - 2026-02-27
15+
1416### Added
1517
1618#### Core
@@ -287,7 +289,8 @@ Initial release targeting QuantLib 1.40.
287289- API is subject to change during beta period
288290- ` QdFpAmericanEngine ` has a known issue on Windows (access violation during ` calculate() ` )
289291
290- [ Unreleased ] : https://github.com/quantales/pyquantlib/compare/v0.3.0...HEAD
292+ [ Unreleased ] : https://github.com/quantales/pyquantlib/compare/v0.4.0...HEAD
293+ [ 0.4.0 ] : https://github.com/quantales/pyquantlib/compare/v0.3.0...v0.4.0
291294[ 0.3.0 ] : https://github.com/quantales/pyquantlib/compare/v0.2.0...v0.3.0
292295[ 0.2.0 ] : https://github.com/quantales/pyquantlib/compare/v0.1.0...v0.2.0
293296[ 0.1.0 ] : https://github.com/quantales/pyquantlib/releases/tag/v0.1.0
Original file line number Diff line number Diff line change 1- __version__ = "0.4.0.dev0 "
1+ __version__ = "0.4.0"
You can’t perform that action at this time.
0 commit comments