Skip to content

Commit

Permalink
Update versions (#719)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktangsali authored Nov 20, 2024
1 parent 3b513ef commit 5bc7702
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ body:
attributes:
label: Version
description: What version of Modulus are you running?
placeholder: "example: 0.8.0"
placeholder: "example: 0.9.0"
validations:
required: true

Expand Down
28 changes: 17 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,23 @@ 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).

## [0.9.0a0] - 2024-11-XX
## [0.10.0a0] - 2025-01-XX

### Added

### Changed

### Deprecated

### Removed

### Fixed

### Security

### Dependencies

## [0.9.0] - 2024-12-04

### Added

Expand All @@ -30,16 +46,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Extended the checkpointing utility to store metadata.
- Corrected missing export of loggin function used by transolver model

### Deprecated

### Removed

### Fixed

### Security

### Dependencies

## [0.8.0] - 2024-09-24

### Added
Expand Down
2 changes: 1 addition & 1 deletion modulus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
from .models.meta import ModelMetaData
from .models.module import Module

__version__ = "0.9.0a0"
__version__ = "0.9.0"

0 comments on commit 5bc7702

Please sign in to comment.