Skip to content

Commit 9fda425

Browse files
Update PolicyEngine Core
1 parent 711df81 commit 9fda425

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-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+
## [3.13.0] - 2024-11-27 13:19:19
9+
10+
### Added
11+
12+
- HuggingFace upload/download functionality.
13+
814
## [3.12.5] - 2024-11-20 13:13:13
915

1016
### Changed
@@ -932,6 +938,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
932938

933939

934940

941+
[3.13.0]: https://github.com/PolicyEngine/policyengine-core/compare/3.12.5...3.13.0
935942
[3.12.5]: https://github.com/PolicyEngine/policyengine-core/compare/3.12.4...3.12.5
936943
[3.12.4]: https://github.com/PolicyEngine/policyengine-core/compare/3.12.3...3.12.4
937944
[3.12.3]: https://github.com/PolicyEngine/policyengine-core/compare/3.12.2...3.12.3

changelog.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -755,3 +755,8 @@
755755
- update the furo requirment to <2025
756756
- update the markupsafe requirement to <3
757757
date: 2024-11-20 13:13:13
758+
- bump: minor
759+
changes:
760+
added:
761+
- HuggingFace upload/download functionality.
762+
date: 2024-11-27 13:19:19

changelog_entry.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +0,0 @@
1-
- bump: minor
2-
changes:
3-
added:
4-
- HuggingFace upload/download functionality.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949

5050
setup(
5151
name="policyengine-core",
52-
version="3.12.5",
52+
version="3.13.0",
5353
author="PolicyEngine",
5454
author_email="[email protected]",
5555
classifiers=[

0 commit comments

Comments
 (0)