Skip to content

Commit 50e6ed0

Browse files
Update PolicyEngine API
1 parent 83ed92e commit 50e6ed0

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.22.11] - 2025-06-03 11:25:31
9+
10+
### Added
11+
12+
- Bash script to check for model versions within simulation API; not yet integrated into GitHub Actions.
13+
814
## [3.22.10] - 2025-05-30 22:26:39
915

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

58135819

58145820

5821+
[3.22.11]: https://github.com/PolicyEngine/policyengine-api/compare/3.22.10...3.22.11
58155822
[3.22.10]: https://github.com/PolicyEngine/policyengine-api/compare/3.22.9...3.22.10
58165823
[3.22.9]: https://github.com/PolicyEngine/policyengine-api/compare/3.22.8...3.22.9
58175824
[3.22.8]: https://github.com/PolicyEngine/policyengine-api/compare/3.22.7...3.22.8

changelog.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4855,3 +4855,9 @@
48554855
changed:
48564856
- Update PolicyEngine US to 1.300.0
48574857
date: 2025-05-30 22:26:39
4858+
- bump: patch
4859+
changes:
4860+
added:
4861+
- Bash script to check for model versions within simulation API; not yet integrated
4862+
into GitHub Actions.
4863+
date: 2025-06-03 11:25:31

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-
added:
4-
- Bash script to check for model versions within simulation API; not yet integrated into GitHub Actions.

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

0 commit comments

Comments
 (0)