Skip to content

Commit

Permalink
Merge branch 'master' into bump-policyengine-us-to-0.501.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxGhenis authored Oct 12, 2023
2 parents 4912ae5 + 9b4f1ed commit 446b45d
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 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).

## [1.11.26] - 2023-10-12 20:01:13

### Changed

- Update PolicyEngine UK to 0.56.4

## [1.11.25] - 2023-10-11 01:35:56

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



[1.11.26]: https://github.com/PolicyEngine/policyengine-api/compare/1.11.25...1.11.26
[1.11.25]: https://github.com/PolicyEngine/policyengine-api/compare/1.11.24...1.11.25
[1.11.24]: https://github.com/PolicyEngine/policyengine-api/compare/1.11.23...1.11.24
[1.11.23]: https://github.com/PolicyEngine/policyengine-api/compare/1.11.22...1.11.23
Expand Down
5 changes: 5 additions & 0 deletions changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2276,3 +2276,8 @@
changed:
- Update PolicyEngine US to 0.499.0
date: 2023-10-11 01:35:56
- bump: patch
changes:
changed:
- Update PolicyEngine UK to 0.56.4
date: 2023-10-12 20:01:13
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 = "1.11.25"
VERSION = "1.11.26"
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 @@ -22,7 +22,7 @@
"policyengine_canada==0.86.2",
"policyengine-ng==0.5.1",
"policyengine-il==0.1.0",
"policyengine_uk==0.56.3",
"policyengine_uk==0.56.4",
"policyengine_us==0.501.0",
"pymysql",
"redis",
Expand Down

0 comments on commit 446b45d

Please sign in to comment.