From 55c42710c199e330d25d03300e92db7e29846e11 Mon Sep 17 00:00:00 2001 From: "Github Actions[bot]" Date: Fri, 20 Dec 2024 12:56:34 +0000 Subject: [PATCH] Update PolicyEngine Core --- CHANGELOG.md | 7 +++++++ changelog.yaml | 5 +++++ changelog_entry.yaml | 4 ---- setup.py | 2 +- 4 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1797499c..ee7e8532 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.16.1] - 2024-12-20 12:56:31 + +### Changed + +- Explicitly set local directory when downloading datasets from Hugging Face + ## [3.16.0] - 2024-12-18 15:12:25 ### Changed @@ -966,6 +972,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[3.16.1]: https://github.com/PolicyEngine/policyengine-core/compare/3.16.0...3.16.1 [3.16.0]: https://github.com/PolicyEngine/policyengine-core/compare/3.15.0...3.16.0 [3.15.0]: https://github.com/PolicyEngine/policyengine-core/compare/3.14.1...3.15.0 [3.14.1]: https://github.com/PolicyEngine/policyengine-core/compare/3.14.0...3.14.1 diff --git a/changelog.yaml b/changelog.yaml index d378445a..c5b6ccc6 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -785,3 +785,8 @@ Face - Add tests for this new functionality date: 2024-12-18 15:12:25 +- bump: patch + changes: + changed: + - Explicitly set local directory when downloading datasets from Hugging Face + date: 2024-12-20 12:56:31 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index 531d0bb9..e69de29b 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: patch - changes: - changed: - - Explicitly set local directory when downloading datasets from Hugging Face \ No newline at end of file diff --git a/setup.py b/setup.py index cb5fd0f2..59b2700f 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ setup( name="policyengine-core", - version="3.16.0", + version="3.16.1", author="PolicyEngine", author_email="hello@policyengine.org", classifiers=[