Skip to content

Commit b22d12e

Browse files
committed
Update package version
1 parent c84f3d2 commit b22d12e

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.29.4] - 2025-12-09 14:39:12
9+
10+
### Changed
11+
12+
- Reduced test runtime by using 32 epochs instead of 512 when TESTING environment variable is set
13+
814
## [1.29.3] - 2025-12-09 10:06:31
915

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

510516

511517

518+
[1.29.4]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.29.3...1.29.4
512519
[1.29.3]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.29.2...1.29.3
513520
[1.29.2]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.29.1...1.29.2
514521
[1.29.1]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.29.0...1.29.1

changelog.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,3 +433,9 @@
433433
- A bug hard-coded to 2023, which meant that custom FRS datasets defined after
434434
2024 fail on BRMA imputation.
435435
date: 2025-12-09 10:06:31
436+
- bump: patch
437+
changes:
438+
changed:
439+
- Reduced test runtime by using 32 epochs instead of 512 when TESTING environment
440+
variable is set
441+
date: 2025-12-09 14:39:12

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-
changed:
4-
- Reduced test runtime by using 32 epochs instead of 512 when TESTING environment variable is set

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_uk_data"
7-
version = "1.29.3"
7+
version = "1.29.4"
88
description = "A package to create representative microdata for the UK."
99
readme = "README.md"
1010
authors = [

0 commit comments

Comments
 (0)