diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 61da3b0ff..7721031dc 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 93824e625..f23e9c64e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/modulus/__init__.py b/modulus/__init__.py index 00176d2ea..913ca9238 100644 --- a/modulus/__init__.py +++ b/modulus/__init__.py @@ -19,4 +19,4 @@ from .models.meta import ModelMetaData from .models.module import Module -__version__ = "0.9.0a0" +__version__ = "0.9.0"