diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d66cdd8..6ca8df8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ 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.14.1] - 2024-12-02 16:35:14 + +### Changed + +- Replaced coexistent standard/HuggingFace URL with standalone URL parameter +- Fixed bugs in download_from_huggingface() method +- Create utility function for pulling HuggingFace env var + ## [3.14.0] - 2024-11-29 16:08:25 ### Added @@ -944,6 +952,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[3.14.1]: https://github.com/PolicyEngine/policyengine-core/compare/3.14.0...3.14.1 [3.14.0]: https://github.com/PolicyEngine/policyengine-core/compare/3.13.0...3.14.0 [3.13.0]: https://github.com/PolicyEngine/policyengine-core/compare/3.12.5...3.13.0 [3.12.5]: https://github.com/PolicyEngine/policyengine-core/compare/3.12.4...3.12.5 diff --git a/changelog.yaml b/changelog.yaml index 709c3f00..f8f57de2 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -765,3 +765,10 @@ added: - Support for HuggingFace-hosted H5 file inputs. date: 2024-11-29 16:08:25 +- bump: patch + changes: + changed: + - Replaced coexistent standard/HuggingFace URL with standalone URL parameter + - Fixed bugs in download_from_huggingface() method + - Create utility function for pulling HuggingFace env var + date: 2024-12-02 16:35:14 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index d8cfc7df..e69de29b 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,6 +0,0 @@ -- bump: patch - changes: - changed: - - Replaced coexistent standard/HuggingFace URL with standalone URL parameter - - Fixed bugs in download_from_huggingface() method - - Create utility function for pulling HuggingFace env var \ No newline at end of file diff --git a/setup.py b/setup.py index b6c13394..d71b7d0d 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ setup( name="policyengine-core", - version="3.14.0", + version="3.14.1", author="PolicyEngine", author_email="hello@policyengine.org", classifiers=[