File tree Expand file tree Collapse file tree 3 files changed +19
-13
lines changed Expand file tree Collapse file tree 3 files changed +19
-13
lines changed Original file line number Diff line number Diff line change 3131 attributes :
3232 label : Version
3333 description : What version of Modulus are you running?
34- placeholder : " example: 0.8 .0"
34+ placeholder : " example: 0.9 .0"
3535 validations :
3636 required : true
3737
Original file line number Diff line number Diff line change @@ -6,7 +6,23 @@ All notable changes to this project will be documented in this file.
66The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
77and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
88
9- ## [ 0.9.0a0] - 2024-11-XX
9+ ## [ 0.10.0a0] - 2025-01-XX
10+
11+ ### Added
12+
13+ ### Changed
14+
15+ ### Deprecated
16+
17+ ### Removed
18+
19+ ### Fixed
20+
21+ ### Security
22+
23+ ### Dependencies
24+
25+ ## [ 0.9.0] - 2024-12-04
1026
1127### Added
1228
@@ -30,16 +46,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3046- Extended the checkpointing utility to store metadata.
3147- Corrected missing export of loggin function used by transolver model
3248
33- ### Deprecated
34-
35- ### Removed
36-
37- ### Fixed
38-
39- ### Security
40-
41- ### Dependencies
42-
4349## [ 0.8.0] - 2024-09-24
4450
4551### Added
Original file line number Diff line number Diff line change 1919from .models .meta import ModelMetaData
2020from .models .module import Module
2121
22- __version__ = "0.9.0a0 "
22+ __version__ = "0.9.0 "
You can’t perform that action at this time.
0 commit comments