Skip to content

Commit c39a641

Browse files
committed
Update PolicyEngine API
1 parent b224728 commit c39a641

4 files changed

Lines changed: 17 additions & 6 deletions

File tree

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.25.4] - 2025-06-19 02:05:34
9+
10+
### Added
11+
12+
- Added `.env.example` file with all relevant environment variables and example values for local setup.
13+
- Modified Makefile `install` target to auto-copy `.env.example` to `.env` if `.env` does not exist.
14+
815
## [3.25.3] - 2025-06-12 16:32:30
916

1017
### Fixed
@@ -5910,6 +5917,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
59105917

59115918

59125919

5920+
[3.25.4]: https://github.com/PolicyEngine/policyengine-api/compare/3.25.3...3.25.4
59135921
[3.25.3]: https://github.com/PolicyEngine/policyengine-api/compare/3.25.2...3.25.3
59145922
[3.25.2]: https://github.com/PolicyEngine/policyengine-api/compare/3.25.1...3.25.2
59155923
[3.25.1]: https://github.com/PolicyEngine/policyengine-api/compare/3.25.0...3.25.1

changelog.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4943,3 +4943,11 @@
49434943
fixed:
49444944
- Incorrect variable usage in the UK package.
49454945
date: 2025-06-12 16:32:30
4946+
- bump: patch
4947+
changes:
4948+
added:
4949+
- Added `.env.example` file with all relevant environment variables and example
4950+
values for local setup.
4951+
- Modified Makefile `install` target to auto-copy `.env.example` to `.env` if
4952+
`.env` does not exist.
4953+
date: 2025-06-19 02:05:34

changelog_entry.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +0,0 @@
1-
- bump: patch
2-
changes:
3-
added:
4-
- Added `.env.example` file with all relevant environment variables and example values for local setup.
5-
- Modified Makefile `install` target to auto-copy `.env.example` to `.env` if `.env` does not exist.

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

0 commit comments

Comments
 (0)