Skip to content

Commit 0baea5a

Browse files
committed
Update PolicyEngine Canada
1 parent 4d8442a commit 0baea5a

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.4] - 2025-11-12 14:08:46
9+
10+
### Fixed
11+
12+
- CI build failure due to missing setuptools dependency in GitHub Actions workflow.
13+
814
## [0.96.3] - 2025-07-24 12:38:45
915

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

761767

762768

769+
[0.96.4]: https://github.com/PolicyEngine/policyengine-canada/compare/0.96.3...0.96.4
763770
[0.96.3]: https://github.com/PolicyEngine/policyengine-canada/compare/0.96.2...0.96.3
764771
[0.96.2]: https://github.com/PolicyEngine/policyengine-canada/compare/0.96.1...0.96.2
765772
[0.96.1]: https://github.com/PolicyEngine/policyengine-canada/compare/0.96.0...0.96.1

changelog.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -631,3 +631,8 @@
631631
fixed:
632632
- Include python-13 support and update microdf to latest versions.
633633
date: 2025-07-24 12:38:45
634+
- bump: patch
635+
changes:
636+
fixed:
637+
- CI build failure due to missing setuptools dependency in GitHub Actions workflow.
638+
date: 2025-11-12 14:08:46

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-
- CI build failure due to missing setuptools dependency in GitHub Actions workflow.

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.3",
42+
version="0.96.4",
4343
author="PolicyEngine",
4444
author_email="hello@policyengine.org",
4545
classifiers=[

0 commit comments

Comments
 (0)