Skip to content

Commit 78aef80

Browse files
committed
Update PolicyEngine Canada
1 parent def5a8e commit 78aef80

4 files changed

Lines changed: 13 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.96.3] - 2025-07-24 12:38:45
9+
10+
### Fixed
11+
12+
- Include python-13 support and update microdf to latest versions.
13+
814
## [0.96.2] - 2024-12-03 22:40:28
915

1016
### Fixed
@@ -754,6 +760,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
754760

755761

756762

763+
[0.96.3]: https://github.com/PolicyEngine/policyengine-canada/compare/0.96.2...0.96.3
757764
[0.96.2]: https://github.com/PolicyEngine/policyengine-canada/compare/0.96.1...0.96.2
758765
[0.96.1]: https://github.com/PolicyEngine/policyengine-canada/compare/0.96.0...0.96.1
759766
[0.96.0]: https://github.com/PolicyEngine/policyengine-canada/compare/0.95.0...0.96.0

changelog.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -626,3 +626,8 @@
626626
fixed:
627627
- Core version requirement update.
628628
date: 2024-12-03 22:40:28
629+
- bump: patch
630+
changes:
631+
fixed:
632+
- Include python-13 support and update microdf to latest versions.
633+
date: 2025-07-24 12:38:45

changelog_entry.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +0,0 @@
1-
- bump: patch
2-
changes:
3-
fixed:
4-
- Include python-13 support and update microdf to latest versions.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
setup(
4141
name="policyengine-canada",
42-
version="0.96.2",
42+
version="0.96.3",
4343
author="PolicyEngine",
4444
author_email="hello@policyengine.org",
4545
classifiers=[

0 commit comments

Comments
 (0)