Skip to content

Commit 47e6369

Browse files
committed
Update PolicyEngine API
1 parent c564e3b commit 47e6369

File tree

4 files changed

+15
-6
lines changed

4 files changed

+15
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ 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.30.0] - 2025-12-16 10:27:20
9+
10+
### Added
11+
12+
- Metadata for UK local authorities
13+
- Calculation of UK local authority-level outputs
14+
815
## [3.29.3] - 2025-12-11 11:59:27
916

1017
### Added
@@ -6289,6 +6296,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
62896296

62906297

62916298

6299+
[3.30.0]: https://github.com/PolicyEngine/policyengine-api/compare/3.29.3...3.30.0
62926300
[3.29.3]: https://github.com/PolicyEngine/policyengine-api/compare/3.29.2...3.29.3
62936301
[3.29.2]: https://github.com/PolicyEngine/policyengine-api/compare/3.29.1...3.29.2
62946302
[3.29.1]: https://github.com/PolicyEngine/policyengine-api/compare/3.29.0...3.29.1

changelog.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5280,3 +5280,9 @@
52805280
- US simulations use default datasets from .py
52815281
- Upgraded .py version to 0.7.0
52825282
date: 2025-12-11 11:59:27
5283+
- bump: minor
5284+
changes:
5285+
added:
5286+
- Metadata for UK local authorities
5287+
- Calculation of UK local authority-level outputs
5288+
date: 2025-12-16 10:27:20

changelog_entry.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +0,0 @@
1-
- bump: minor
2-
changes:
3-
added:
4-
- Metadata for UK local authorities
5-
- Calculation of UK local authority-level outputs

policyengine_api/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
POST = "POST"
88
UPDATE = "UPDATE"
99
LIST = "LIST"
10-
VERSION = "3.29.3"
10+
VERSION = "3.30.0"
1111
CURRENT_YEAR = str(datetime.now().year)
1212
COUNTRIES = ("uk", "us", "ca", "ng", "il")
1313
COUNTRY_PACKAGE_NAMES = (

0 commit comments

Comments
 (0)