Skip to content

Commit f66cdfe

Browse files
committed
Update package version
1 parent e5efa57 commit f66cdfe

4 files changed

Lines changed: 13 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.3.10] - 2025-05-23 00:09:23
9+
10+
### Fixed
11+
12+
- Always look for new data file versions even if we have a local copy of one.
13+
814
## [0.3.9] - 2025-05-20 08:28:29
915

1016
### Fixed
@@ -108,6 +114,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
108114

109115

110116

117+
[0.3.10]: https://github.com/PolicyEngine/policyengine.py/compare/0.3.9...0.3.10
111118
[0.3.9]: https://github.com/PolicyEngine/policyengine.py/compare/0.3.8...0.3.9
112119
[0.3.8]: https://github.com/PolicyEngine/policyengine.py/compare/0.3.7...0.3.8
113120
[0.3.7]: https://github.com/PolicyEngine/policyengine.py/compare/0.3.6...0.3.7

changelog.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,8 @@
8181
fixed:
8282
- Added cliff impacts.
8383
date: 2025-05-20 08:28:29
84+
- bump: patch
85+
changes:
86+
fixed:
87+
- Always look for new data file versions even if we have a local copy of one.
88+
date: 2025-05-23 00:09:23

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-
fixed:
4-
- Always look for new data file versions even if we have a local copy of one.

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.3.9"
7+
version = "0.3.10"
88
description = "A package to conduct policy analysis using PolicyEngine tax-benefit models."
99
readme = "README.md"
1010
authors = [

0 commit comments

Comments
 (0)