Skip to content

Commit eb111f5

Browse files
Update PolicyEngine US data
1 parent 4e1d1e0 commit eb111f5

4 files changed

Lines changed: 19 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ 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+
## [1.5.0] - 2024-09-23 10:28:55
9+
10+
### Added
11+
12+
- Migrate the ACS from the US-repository.
13+
14+
### Changed
15+
16+
- Enhanced CPS now uses a 3-year pooled CPS.
17+
818
## [1.4.5] - 2024-09-22 21:15:27
919

1020
## [1.4.4] - 2024-09-19 15:36:00
@@ -102,6 +112,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
102112

103113

104114

115+
[1.5.0]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.4.5...1.5.0
105116
[1.4.5]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.4.4...1.4.5
106117
[1.4.4]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.4.3...1.4.4
107118
[1.4.3]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.4.2...1.4.3

changelog.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,10 @@
7878
removed:
7979
- Unnecessary info in CONTRIBUTING.md
8080
date: 2024-09-22 21:15:27
81+
- bump: minor
82+
changes:
83+
added:
84+
- Migrate the ACS from the US-repository.
85+
changed:
86+
- Enhanced CPS now uses a 3-year pooled CPS.
87+
date: 2024-09-23 10:28:55

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-
added:
4-
- Migrate the ACS from the US-repository.
5-
changed:
6-
- Enhanced CPS now uses a 3-year pooled CPS.

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_us_data"
7-
version = "1.4.5"
7+
version = "1.5.0"
88
description = "A package to create representative microdata for the US."
99
readme = "README.md"
1010
authors = [

0 commit comments

Comments
 (0)