diff --git a/CHANGELOG.md b/CHANGELOG.md index a189cdc0..e2914c38 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.13.0] - 2024-11-27 13:12:44 + +### Added + +- HuggingFace upload/download functionality. + ## [3.12.5] - 2024-11-20 13:13:13 ### Changed @@ -932,6 +938,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.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 [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 diff --git a/changelog.yaml b/changelog.yaml index 41fec5c7..be727d65 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -755,3 +755,8 @@ - update the furo requirment to <2025 - update the markupsafe requirement to <3 date: 2024-11-20 13:13:13 +- bump: minor + changes: + added: + - HuggingFace upload/download functionality. + date: 2024-11-27 13:12:44 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index 004e6066..e69de29b 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: minor - changes: - added: - - HuggingFace upload/download functionality. diff --git a/setup.py b/setup.py index ebad5d89..fa168135 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ setup( name="policyengine-core", - version="3.12.5", + version="3.13.0", author="PolicyEngine", author_email="hello@policyengine.org", classifiers=[