Skip to content

Commit cd850de

Browse files
committed
Update package version
1 parent adcf138 commit cd850de

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+
## [1.42.0] - 2025-07-28 16:34:40
9+
10+
### Added
11+
12+
- Added creation script to build relational database for targets
13+
- Refactored age targets load script to load the database
14+
815
## [1.41.2] - 2025-07-26 20:53:26
916

1017
### Added
@@ -607,6 +614,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
607614

608615

609616

617+
[1.42.0]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.41.2...1.42.0
610618
[1.41.2]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.41.1...1.41.2
611619
[1.41.1]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.41.0...1.41.1
612620
[1.41.0]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.40.1...1.41.0

changelog.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -506,3 +506,9 @@
506506
fixed:
507507
- README typo (installion -> installation)
508508
date: 2025-07-26 20:53:26
509+
- bump: minor
510+
changes:
511+
added:
512+
- Added creation script to build relational database for targets
513+
- Refactored age targets load script to load the database
514+
date: 2025-07-28 16:34:40

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-
- Added creation script to build relational database for targets
5-
- Refactored age targets load script to load the database

pyproject.toml

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

99
[project]
1010
name = "policyengine_us_data"
11-
version = "1.41.2"
11+
version = "1.42.0"
1212
description = "A package to create representative microdata for the US."
1313
readme = "README.md"
1414
authors = [

0 commit comments

Comments
 (0)