Skip to content

Commit 7a1a401

Browse files
Update package version
1 parent 58b62e7 commit 7a1a401

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-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.0] - 2025-08-06 19:01:03
9+
10+
### Added
11+
12+
- Unpin -us.
13+
814
## [1.43.1] - 2025-08-05 10:23:02
915

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

677683

678684

685+
[1.44.0]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.43.1...1.44.0
679686
[1.43.1]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.43.0...1.43.1
680687
[1.43.0]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.42.6...1.43.0
681688
[1.42.6]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.42.5...1.42.6

changelog.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -562,3 +562,8 @@
562562
fixed:
563563
- Moved QRF implementation to microimpute package to avoid code duplication
564564
date: 2025-08-05 10:23:02
565+
- bump: minor
566+
changes:
567+
added:
568+
- Unpin -us.
569+
date: 2025-08-06 19:01:03

changelog_entry.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +0,0 @@
1-
- bump: minor
2-
changes:
3-
added:
4-
- Unpin -us.

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

0 commit comments

Comments
 (0)