diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 7753a52b..14a9c7f4 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 and Modulus Symbolic are you running? - placeholder: "example: 1.3.0" + placeholder: "example: 1.4.0" validations: required: true diff --git a/CHANGELOG.md b/CHANGELOG.md index 0553aa21..52cee9a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/README.md b/README.md index d66bbd0f..0acb8877 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/modulus/sym/__init__.py b/modulus/sym/__init__.py index f55b2a6e..9716043e 100644 --- a/modulus/sym/__init__.py +++ b/modulus/sym/__init__.py @@ -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