Skip to content

Commit

Permalink
Merge branch 'master' into bump-policyengine-uk-to-0.54.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilwoodruff authored Jul 25, 2023
2 parents fdfa3f3 + 81cfd52 commit c65e899
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.9.27] - 2023-07-24 17:40:59

### Changed

- Update PolicyEngine US to 0.387.1

## [1.9.26] - 2023-07-22 04:07:48

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



[1.9.27]: https://github.com/PolicyEngine/policyengine-api/compare/1.9.26...1.9.27
[1.9.26]: https://github.com/PolicyEngine/policyengine-api/compare/1.9.25...1.9.26
[1.9.25]: https://github.com/PolicyEngine/policyengine-api/compare/1.9.24...1.9.25
[1.9.24]: https://github.com/PolicyEngine/policyengine-api/compare/1.9.23...1.9.24
Expand Down
5 changes: 5 additions & 0 deletions changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1612,3 +1612,8 @@
changed:
- Update PolicyEngine US to 0.386.0
date: 2023-07-22 04:07:48
- bump: patch
changes:
changed:
- Update PolicyEngine US to 0.387.1
date: 2023-07-24 17:40:59
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.9.26"
VERSION = "1.9.27"
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 @@ -23,7 +23,7 @@
"policyengine-ng==0.5.1",
"policyengine-il==0.1.0",
"policyengine_uk==0.54.0",
"policyengine_us==0.386.0",
"policyengine_us==0.387.1",
"pymysql",
"redis",
"rq",
Expand Down

0 comments on commit c65e899

Please sign in to comment.