Skip to content

Commit 73c756c

Browse files
committed
chore: release v0.4.0
1 parent ca84e27 commit 73c756c

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

docs/changelog.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

pyquantlib/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.4.0.dev0"
1+
__version__ = "0.4.0"

0 commit comments

Comments
 (0)