Skip to content

Commit

Permalink
British Columbia Disability Credit
Browse files Browse the repository at this point in the history
Fixes #464
  • Loading branch information
7qiwx committed Feb 1, 2024
2 parents 25c1193 + 730d8cc commit cabcf0e
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 9 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.87.1] - 2024-01-26 14:53:06

### Changed

- Unpin black.

## [0.87.0] - 2023-11-09 20:50:26

### Added
Expand Down Expand Up @@ -676,6 +682,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0



[0.87.1]: https://github.com/PolicyEngine/policyengine-canada/compare/0.87.0...0.87.1
[0.87.0]: https://github.com/PolicyEngine/policyengine-canada/compare/0.86.2...0.87.0
[0.86.2]: https://github.com/PolicyEngine/policyengine-canada/compare/0.86.1...0.86.2
[0.86.1]: https://github.com/PolicyEngine/policyengine-canada/compare/0.86.0...0.86.1
Expand Down
5 changes: 5 additions & 0 deletions changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -561,3 +561,8 @@
added:
- New Brunswick pension benefit.
date: 2023-11-09 20:50:26
- bump: patch
changes:
changed:
- Unpin black.
date: 2024-01-26 14:53:06
18 changes: 9 additions & 9 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# functional and integration breaks caused by external code updates.

general_requirements = [
"black[jupyter]<23",
"black[jupyter]",
"coverage<7",
"dpath<3",
"h5py>=3,<4",
Expand All @@ -31,18 +31,18 @@
]

dev_requirements = [
"furo<2023",
"jupyter-book<1",
"markupsafe==2.0.1",
"pydata-sphinx-theme==0.13.1",
"sphinx>=4.5.0,<5",
"sphinx-argparse>=0.3.2,<1",
"sphinx-math-dollar>=1.2.1,<2",
"furo",
"jupyter-book",
"markupsafe",
"pydata-sphinx-theme",
"sphinx",
"sphinx-argparse",
"sphinx-math-dollar",
]

setup(
name="policyengine-canada",
version="0.87.0",
version="0.87.1",
author="PolicyEngine",
author_email="[email protected]",
classifiers=[
Expand Down

0 comments on commit cabcf0e

Please sign in to comment.