Skip to content

Commit 2695d0c

Browse files
committed
Update PolicyEngine API
1 parent d4b4b94 commit 2695d0c

File tree

4 files changed

+21
-8
lines changed

4 files changed

+21
-8
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ 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.29.3] - 2025-12-11 11:59:27
9+
10+
### Added
11+
12+
- US congressional district metadata
13+
14+
### Changed
15+
16+
- US simulations use default datasets from .py
17+
- Upgraded .py version to 0.7.0
18+
819
## [3.29.2] - 2025-12-11 11:17:26
920

1021
### Changed
@@ -6278,6 +6289,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
62786289

62796290

62806291

6292+
[3.29.3]: https://github.com/PolicyEngine/policyengine-api/compare/3.29.2...3.29.3
62816293
[3.29.2]: https://github.com/PolicyEngine/policyengine-api/compare/3.29.1...3.29.2
62826294
[3.29.1]: https://github.com/PolicyEngine/policyengine-api/compare/3.29.0...3.29.1
62836295
[3.29.0]: https://github.com/PolicyEngine/policyengine-api/compare/3.28.22...3.29.0

changelog.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5272,3 +5272,11 @@
52725272
changed:
52735273
- Update PolicyEngine US to 1.457.0
52745274
date: 2025-12-11 11:17:26
5275+
- bump: patch
5276+
changes:
5277+
added:
5278+
- US congressional district metadata
5279+
changed:
5280+
- US simulations use default datasets from .py
5281+
- Upgraded .py version to 0.7.0
5282+
date: 2025-12-11 11:59:27

changelog_entry.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +0,0 @@
1-
- bump: patch
2-
changes:
3-
added:
4-
- US congressional district metadata
5-
changed:
6-
- US simulations use default datasets from .py
7-
- Upgraded .py version to 0.7.0

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.2"
10+
VERSION = "3.29.3"
1111
CURRENT_YEAR = str(datetime.now().year)
1212
COUNTRIES = ("uk", "us", "ca", "ng", "il")
1313
COUNTRY_PACKAGE_NAMES = (

0 commit comments

Comments
 (0)