Skip to content

Commit 7dcfc41

Browse files
committed
Update PolicyEngine Canada
1 parent 84cc3ad commit 7dcfc41

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

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.66.0] - 2023-05-30 16:16:25
9+
10+
### Added
11+
12+
- Manitoba Pension amount credit.
13+
814
## [0.65.0] - 2023-05-28 20:47:19
915

1016
### Added
@@ -522,6 +528,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
522528

523529

524530

531+
[0.66.0]: https://github.com/PolicyEngine/policyengine-canada/compare/0.65.0...0.66.0
525532
[0.65.0]: https://github.com/PolicyEngine/policyengine-canada/compare/0.64.0...0.65.0
526533
[0.64.0]: https://github.com/PolicyEngine/policyengine-canada/compare/0.63.0...0.64.0
527534
[0.63.0]: https://github.com/PolicyEngine/policyengine-canada/compare/0.62.0...0.63.0

changelog.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -426,3 +426,8 @@
426426
added:
427427
- New Brunswick age amount credit.
428428
date: 2023-05-28 20:47:19
429+
- bump: minor
430+
changes:
431+
added:
432+
- Manitoba Pension amount credit.
433+
date: 2023-05-30 16:16:25

changelog_entry.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +0,0 @@
1-
- bump: minor
2-
changes:
3-
added:
4-
- Manitoba Pension amount credit.

setup.py

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

4444
setup(
4545
name="policyengine-canada",
46-
version="0.65.0",
46+
version="0.66.0",
4747
author="PolicyEngine",
4848
author_email="hello@policyengine.org",
4949
classifiers=[

0 commit comments

Comments
 (0)