Skip to content

Commit 2def7ba

Browse files
committed
Update PolicyEngine API
1 parent efdfd10 commit 2def7ba

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+
## [3.27.7] - 2025-08-07 16:18:14
9+
10+
### Changed
11+
12+
- Update PolicyEngine US to 1.366.2
13+
814
## [3.27.6] - 2025-08-05 18:30:31
915

1016
### Changed
@@ -6077,6 +6083,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
60776083

60786084

60796085

6086+
[3.27.7]: https://github.com/PolicyEngine/policyengine-api/compare/3.27.6...3.27.7
60806087
[3.27.6]: https://github.com/PolicyEngine/policyengine-api/compare/3.27.5...3.27.6
60816088
[3.27.5]: https://github.com/PolicyEngine/policyengine-api/compare/3.27.4...3.27.5
60826089
[3.27.4]: https://github.com/PolicyEngine/policyengine-api/compare/3.27.3...3.27.4

changelog.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5094,3 +5094,8 @@
50945094
changed:
50955095
- Bump policyengine-us to 1.360.0
50965096
date: 2025-08-05 18:30:31
5097+
- bump: patch
5098+
changes:
5099+
changed:
5100+
- Update PolicyEngine US to 1.366.2
5101+
date: 2025-08-07 16:18:14

changelog_entry.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +0,0 @@
1-
- bump: patch
2-
changes:
3-
changed:
4-
- Update PolicyEngine US to 1.366.2

policyengine_api/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
POST = "POST"
77
UPDATE = "UPDATE"
88
LIST = "LIST"
9-
VERSION = "3.27.6"
9+
VERSION = "3.27.7"
1010
COUNTRIES = ("uk", "us", "ca", "ng", "il")
1111
COUNTRY_PACKAGE_NAMES = (
1212
"policyengine_uk",

0 commit comments

Comments
 (0)