Skip to content

Commit 5bc7702

Browse files
authored
Update versions (#719)
1 parent 3b513ef commit 5bc7702

File tree

3 files changed

+19
-13
lines changed

3 files changed

+19
-13
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ body:
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

CHANGELOG.md

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,23 @@ All notable changes to this project will be documented in this file.
66
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
77
and 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

modulus/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
from .models.meta import ModelMetaData
2020
from .models.module import Module
2121

22-
__version__ = "0.9.0a0"
22+
__version__ = "0.9.0"

0 commit comments

Comments
 (0)