Skip to content

Commit 7266ecc

Browse files
committed
Update package version
1 parent 6a31426 commit 7266ecc

4 files changed

Lines changed: 18 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ 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.7.0] - 2025-11-27 23:35:33
9+
10+
### Changed
11+
12+
- Replaced US state filtering with conditional file loading for states and Congressional districts
13+
- Updated data source URLs for state and district files
14+
- Modified GCS loading to support new versioning introduced by -core v3.21.0
15+
816
## [0.6.1] - 2025-08-14 08:11:19
917

1018
### Fixed
@@ -175,6 +183,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
175183

176184

177185

186+
[0.7.0]: https://github.com/PolicyEngine/policyengine.py/compare/0.6.1...0.7.0
178187
[0.6.1]: https://github.com/PolicyEngine/policyengine.py/compare/0.6.0...0.6.1
179188
[0.6.0]: https://github.com/PolicyEngine/policyengine.py/compare/0.5.0...0.6.0
180189
[0.5.0]: https://github.com/PolicyEngine/policyengine.py/compare/0.4.5...0.5.0

changelog.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,3 +137,11 @@
137137
fixed:
138138
- Fixed UK dataset loading issue.
139139
date: 2025-08-14 08:11:19
140+
- bump: minor
141+
changes:
142+
changed:
143+
- Replaced US state filtering with conditional file loading for states and Congressional
144+
districts
145+
- Updated data source URLs for state and district files
146+
- Modified GCS loading to support new versioning introduced by -core v3.21.0
147+
date: 2025-11-27 23:35:33

changelog_entry.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +0,0 @@
1-
- bump: minor
2-
changes:
3-
changed:
4-
- Replaced US state filtering with conditional file loading for states and Congressional districts
5-
- Updated data source URLs for state and district files
6-
- Modified GCS loading to support new versioning introduced by -core v3.21.0

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.6.1"
7+
version = "0.7.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)