Skip to content

Commit

Permalink
Update PolicyEngine API
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilwoodruff committed Jan 3, 2024
1 parent 001b520 commit 761f64e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.3.2] - 2024-01-03 17:52:46

## [0.3.1] - 2024-01-03 03:14:38

### Changed
Expand Down Expand Up @@ -125,6 +127,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0



[0.3.2]: https://github.com/PolicyEngine/policyengine-api-light/compare/0.3.1...0.3.2
[0.3.1]: https://github.com/PolicyEngine/policyengine-api-light/compare/0.3.0...0.3.1
[0.3.0]: https://github.com/PolicyEngine/policyengine-api-light/compare/0.2.8...0.3.0
[0.2.8]: https://github.com/PolicyEngine/policyengine-api-light/compare/0.2.7...0.2.8
Expand Down
6 changes: 6 additions & 0 deletions changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,3 +103,9 @@
changed:
- Moved auth protection to main API file
date: 2024-01-03 03:14:38
- bump: patch
changes:
removed:
- Removed the add_yearly_variables function
- Removed conditional yearly variable seeding in get_calculate
date: 2024-01-03 17:52:46
5 changes: 0 additions & 5 deletions changelog_entry.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +0,0 @@
- bump: patch
changes:
removed:
- Removed the add_yearly_variables function
- Removed conditional yearly variable seeding in get_calculate
2 changes: 1 addition & 1 deletion policyengine_api_light/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
POST = "POST"
UPDATE = "UPDATE"
LIST = "LIST"
VERSION = "0.3.1"
VERSION = "0.3.2"
COUNTRIES = ("uk", "us", "ca", "ng", "il")
COUNTRY_PACKAGE_NAMES = (
"policyengine_uk",
Expand Down

0 comments on commit 761f64e

Please sign in to comment.