Skip to content

Commit 3883689

Browse files
authored
Version update 0.2.0 (#96)
* Version update 0.2.0 * Update CHANGELOG.md * Update bug_report.yml
1 parent 0142cab commit 3883689

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
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.1.0"
34+
placeholder: "example: 0.2.0"
3535
validations:
3636
required: true
3737

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010

1111
### Added
1212

13+
### Changed
14+
15+
### Deprecated
16+
17+
### Removed
18+
19+
### Fixed
20+
21+
### Security
22+
23+
### Dependencies
24+
25+
## [0.2.0] - 2023-08-xx
26+
27+
### Added
28+
1329
- Added a CHANGELOG.md
1430
- Added build support for internal DGL
1531
- 4D Fourier Neural Operator model

modulus/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919

2020
from .datapipes.datapipe import Datapipe
2121

22-
__version__ = "0.1.0"
22+
__version__ = "0.2.0"

0 commit comments

Comments
 (0)