Skip to content

Commit 7c36784

Browse files
Update PolicyEngine API
1 parent 5320bec commit 7c36784

4 files changed

Lines changed: 13 additions & 5 deletions

File tree

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.18.0] - 2025-04-25 14:34:39
9+
10+
### Changed
11+
12+
- Economic impacts from APIv1 to APIv2
13+
814
## [3.17.6] - 2025-04-25 11:21:26
915

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

56135619

56145620

5621+
[3.18.0]: https://github.com/PolicyEngine/policyengine-api/compare/3.17.6...3.18.0
56155622
[3.17.6]: https://github.com/PolicyEngine/policyengine-api/compare/3.17.5...3.17.6
56165623
[3.17.5]: https://github.com/PolicyEngine/policyengine-api/compare/3.17.4...3.17.5
56175624
[3.17.4]: https://github.com/PolicyEngine/policyengine-api/compare/3.17.3...3.17.4

changelog.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4683,3 +4683,8 @@
46834683
changed:
46844684
- Update PolicyEngine UK to 2.24.0
46854685
date: 2025-04-25 11:21:26
4686+
- bump: minor
4687+
changes:
4688+
changed:
4689+
- Economic impacts from APIv1 to APIv2
4690+
date: 2025-04-25 14:34:39

changelog_entry.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +0,0 @@
1-
- bump: minor
2-
changes:
3-
changed:
4-
- Economic impacts from APIv1 to APIv2

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.17.6"
9+
VERSION = "3.18.0"
1010
COUNTRIES = ("uk", "us", "ca", "ng", "il")
1111
COUNTRY_PACKAGE_NAMES = (
1212
"policyengine_uk",

0 commit comments

Comments
 (0)