Skip to content

Commit

Permalink
Update PolicyEngine API
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilwoodruff committed Feb 25, 2025
1 parent ed7b32a commit ea07954
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 8 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ 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).

## [3.11.8] - 2025-02-25 13:53:21

### Added

- Unit tests for UK country filter functionality with constituencies

### Fixed

- Bug causing UK country filters to fail with constituency outputs

## [3.11.7] - 2025-02-24 23:54:23

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



[3.11.8]: https://github.com/PolicyEngine/policyengine-api/compare/3.11.7...3.11.8
[3.11.7]: https://github.com/PolicyEngine/policyengine-api/compare/3.11.6...3.11.7
[3.11.6]: https://github.com/PolicyEngine/policyengine-api/compare/3.11.5...3.11.6
[3.11.5]: https://github.com/PolicyEngine/policyengine-api/compare/3.11.4...3.11.5
Expand Down
7 changes: 7 additions & 0 deletions changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4396,3 +4396,10 @@
changed:
- Update PolicyEngine US to 1.202.2
date: 2025-02-24 23:54:23
- bump: patch
changes:
added:
- Unit tests for UK country filter functionality with constituencies
fixed:
- Bug causing UK country filters to fail with constituency outputs
date: 2025-02-25 13:53:21
6 changes: 0 additions & 6 deletions changelog_entry.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +0,0 @@
- bump: patch
changes:
fixed:
- Bug causing UK country filters to fail with constituency outputs
added:
- Unit tests for UK country filter functionality with constituencies
2 changes: 1 addition & 1 deletion policyengine_api/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
POST = "POST"
UPDATE = "UPDATE"
LIST = "LIST"
VERSION = "3.11.7"
VERSION = "3.11.8"
COUNTRIES = ("uk", "us", "ca", "ng", "il")
COUNTRY_PACKAGE_NAMES = (
"policyengine_uk",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"policyengine-il==0.1.0",
"policyengine_uk==2.19.1",
"policyengine_us==1.202.2",
"policyengine_core>=3.11.7",
"policyengine_core>=3.11.8",
"pydantic",
"pymysql",
"redis",
Expand Down

0 comments on commit ea07954

Please sign in to comment.