diff --git a/CHANGELOG.md b/CHANGELOG.md index 54db84d5..31b7615b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [3.12.4] - 2024-11-11 14:20:12 + +### Fixed + +- Datasets writing downloaded data now use an atomic_write to write it to disk. This prevents other processes attempting to read a partial file or clobbering each other. + ## [3.12.3] - 2024-11-04 16:29:34 ### Fixed @@ -918,6 +924,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[3.12.4]: https://github.com/PolicyEngine/policyengine-core/compare/3.12.3...3.12.4 [3.12.3]: https://github.com/PolicyEngine/policyengine-core/compare/3.12.2...3.12.3 [3.12.2]: https://github.com/PolicyEngine/policyengine-core/compare/3.12.1...3.12.2 [3.12.1]: https://github.com/PolicyEngine/policyengine-core/compare/3.12.0...3.12.1 diff --git a/changelog.yaml b/changelog.yaml index 083a82c1..5a3d1628 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -741,3 +741,10 @@ fixed: - Bug in labour supply responses. date: 2024-11-04 16:29:34 +- bump: patch + changes: + fixed: + - Datasets writing downloaded data now use an atomic_write to write it to disk. + This prevents other processes attempting to read a partial file or clobbering + each other. + date: 2024-11-11 14:20:12 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index 0985fa19..e69de29b 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: patch - changes: - fixed: - - Datasets writing downloaded data now use an atomic_write to write it to disk. This prevents other processes attempting to read a partial file or clobbering each other. diff --git a/setup.py b/setup.py index c6607cdc..97de3987 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ setup( name="policyengine-core", - version="3.12.3", + version="3.12.4", author="PolicyEngine", author_email="hello@policyengine.org", classifiers=[