Skip to content

Commit

Permalink
Update to 1.4.0 version (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktangsali authored Jan 16, 2024
1 parent dc5c0f7 commit d831eab
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 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 and Modulus Symbolic are you running?
placeholder: "example: 1.3.0"
placeholder: "example: 1.4.0"
validations:
required: true

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

## [1.4.0a0] - 2024-01-XX
## [1.5.0a0] - 2024-03-XX

### Added

Expand All @@ -18,12 +18,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

- Fix bug for `ConvFullyConnectedArch`.

### Security

### Dependencies

## [1.4.0] - 2024-01-XX

### Fixed

- Fix bug for `ConvFullyConnectedArch`.

## [1.3.0] - 2023-11-20

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ pip install "hydra-core>=1.2.0" "termcolor>=2.1.1" "chaospy>=4.3.7" "Cython==0.2
The recommended Modulus docker image can be pulled from the [NVIDIA Container Registry](https://catalog.ngc.nvidia.com/orgs/nvidia/teams/modulus/containers/modulus):

```bash
docker pull nvcr.io/nvidia/modulus/modulus:23.11
docker pull nvcr.io/nvidia/modulus/modulus:24.01
```

## From Source
Expand Down
2 changes: 1 addition & 1 deletion modulus/sym/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "1.4.0a0"
__version__ = "1.4.0"

from pint import UnitRegistry

Expand Down

0 comments on commit d831eab

Please sign in to comment.