Skip to content

Commit be5e0e1

Browse files
Update PolicyEngine API
1 parent 7c3d21b commit be5e0e1

4 files changed

Lines changed: 14 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.23.0] - 2025-06-06 14:39:05
9+
10+
### Added
11+
12+
- GitHub Actions checks that full API and simulation API model versions are in sync
13+
814
## [3.22.16] - 2025-06-05 21:59:22
915

1016
### Fixed
@@ -5848,6 +5854,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
58485854

58495855

58505856

5857+
[3.23.0]: https://github.com/PolicyEngine/policyengine-api/compare/3.22.16...3.23.0
58515858
[3.22.16]: https://github.com/PolicyEngine/policyengine-api/compare/3.22.15...3.22.16
58525859
[3.22.15]: https://github.com/PolicyEngine/policyengine-api/compare/3.22.14...3.22.15
58535860
[3.22.14]: https://github.com/PolicyEngine/policyengine-api/compare/3.22.13...3.22.14

changelog.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4886,3 +4886,9 @@
48864886
fixed:
48874887
- Bug with the 2023 CPS.
48884888
date: 2025-06-05 21:59:22
4889+
- bump: minor
4890+
changes:
4891+
added:
4892+
- GitHub Actions checks that full API and simulation API model versions are in
4893+
sync
4894+
date: 2025-06-06 14:39:05

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-
added:
4-
- GitHub Actions checks that full API and simulation API model versions are in sync

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

0 commit comments

Comments
 (0)