Skip to content

Commit 6a9dfda

Browse files
Update PolicyEngine API
1 parent c57ca17 commit 6a9dfda

4 files changed

Lines changed: 9 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ 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.1] - 2025-04-29 14:04:30
9+
810
## [3.18.0] - 2025-04-25 14:34:39
911

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

56195621

56205622

5623+
[3.18.1]: https://github.com/PolicyEngine/policyengine-api/compare/3.18.0...3.18.1
56215624
[3.18.0]: https://github.com/PolicyEngine/policyengine-api/compare/3.17.6...3.18.0
56225625
[3.17.6]: https://github.com/PolicyEngine/policyengine-api/compare/3.17.5...3.17.6
56235626
[3.17.5]: https://github.com/PolicyEngine/policyengine-api/compare/3.17.4...3.17.5

changelog.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4688,3 +4688,8 @@
46884688
changed:
46894689
- Economic impacts from APIv1 to APIv2
46904690
date: 2025-04-25 14:34:39
4691+
- bump: patch
4692+
changes:
4693+
removed:
4694+
- removed test_or_rebate.py
4695+
date: 2025-04-29 14:04:30

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-
removed:
4-
- removed test_or_rebate.py

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

0 commit comments

Comments
 (0)