File tree 4 files changed +13
-5
lines changed
4 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 3.13.0] - 2024-11-27 13:19:19
9
+
10
+ ### Added
11
+
12
+ - HuggingFace upload/download functionality.
13
+
8
14
## [ 3.12.5] - 2024-11-20 13:13:13
9
15
10
16
### Changed
@@ -932,6 +938,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
932
938
933
939
934
940
941
+ [ 3.13.0 ] : https://github.com/PolicyEngine/policyengine-core/compare/3.12.5...3.13.0
935
942
[ 3.12.5 ] : https://github.com/PolicyEngine/policyengine-core/compare/3.12.4...3.12.5
936
943
[ 3.12.4 ] : https://github.com/PolicyEngine/policyengine-core/compare/3.12.3...3.12.4
937
944
[ 3.12.3 ] : https://github.com/PolicyEngine/policyengine-core/compare/3.12.2...3.12.3
Original file line number Diff line number Diff line change 755
755
- update the furo requirment to <2025
756
756
- update the markupsafe requirement to <3
757
757
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
Original file line number Diff line number Diff line change 1
- - bump : minor
2
- changes :
3
- added :
4
- - HuggingFace upload/download functionality.
Original file line number Diff line number Diff line change 49
49
50
50
setup (
51
51
name = "policyengine-core" ,
52
- version = "3.12.5 " ,
52
+ version = "3.13.0 " ,
53
53
author = "PolicyEngine" ,
54
54
55
55
classifiers = [
You can’t perform that action at this time.
0 commit comments