Skip to content

Commit 882b614

Browse files
committed
Update package version
1 parent 84941f9 commit 882b614

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+
## [0.5.0] - 2025-06-26 20:04:46
9+
10+
### Added
11+
12+
- Unit test for GeneralEconomyTask.calculate_cliffs() and fixture for the test
13+
- Test for calculate_single_economy with cliff impacts
14+
815
## [0.4.5] - 2025-06-05 05:08:16
916

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

157164

158165

166+
[0.5.0]: https://github.com/PolicyEngine/policyengine.py/compare/0.4.5...0.5.0
159167
[0.4.5]: https://github.com/PolicyEngine/policyengine.py/compare/0.4.4...0.4.5
160168
[0.4.4]: https://github.com/PolicyEngine/policyengine.py/compare/0.4.3...0.4.4
161169
[0.4.3]: https://github.com/PolicyEngine/policyengine.py/compare/0.4.2...0.4.3

changelog.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,3 +121,9 @@
121121
fixed:
122122
- Added more log messages.
123123
date: 2025-06-05 05:08:16
124+
- bump: minor
125+
changes:
126+
added:
127+
- Unit test for GeneralEconomyTask.calculate_cliffs() and fixture for the test
128+
- Test for calculate_single_economy with cliff impacts
129+
date: 2025-06-26 20:04:46

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-
- Unit test for GeneralEconomyTask.calculate_cliffs() and fixture for the test
5-
- Test for calculate_single_economy with cliff impacts

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "policyengine"
7-
version = "0.4.5"
7+
version = "0.5.0"
88
description = "A package to conduct policy analysis using PolicyEngine tax-benefit models."
99
readme = "README.md"
1010
authors = [

0 commit comments

Comments
 (0)