Skip to content

Commit 4a96cfc

Browse files
committed
Update package version
1 parent 788f3e0 commit 4a96cfc

File tree

4 files changed

+14
-5
lines changed

4 files changed

+14
-5
lines changed

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+
## [1.44.2] - 2025-08-08 15:16:00
9+
10+
### Fixed
11+
12+
- Fixed GitHub Pages documentation by adding .nojekyll file to serve underscore-prefixed directories
13+
814
## [1.44.1] - 2025-08-08 10:19:16
915

1016
### Changed
@@ -689,6 +695,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
689695

690696

691697

698+
[1.44.2]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.44.1...1.44.2
692699
[1.44.1]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.44.0...1.44.1
693700
[1.44.0]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.43.1...1.44.0
694701
[1.43.1]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.43.0...1.43.1

changelog.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -575,3 +575,9 @@
575575
- removed [0.5] key access from imputation results as per microimpute's new output
576576
format
577577
date: 2025-08-08 10:19:16
578+
- bump: patch
579+
changes:
580+
fixed:
581+
- Fixed GitHub Pages documentation by adding .nojekyll file to serve underscore-prefixed
582+
directories
583+
date: 2025-08-08 15:16:00

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-
- Fixed GitHub Pages documentation by adding .nojekyll file to serve underscore-prefixed directories

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.44.1"
11+
version = "1.44.2"
1212
description = "A package to create representative microdata for the US."
1313
readme = "README.md"
1414
authors = [

0 commit comments

Comments
 (0)