From 35d1762dbad4ee003493c68386ed74b9784e58be Mon Sep 17 00:00:00 2001 From: Nicholas Geneva <5533524+NickGeneva@users.noreply.github.com> Date: Wed, 20 Sep 2023 19:01:44 -0700 Subject: [PATCH] Version update 1.2.0 (#63) * Version update 1.2.0 --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- CHANGELOG.md | 4 ++-- README.md | 2 +- modulus/sym/__init__.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 4cb91179..916b9bcc 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.1.0" + placeholder: "example: 1.2.0" validations: required: true diff --git a/CHANGELOG.md b/CHANGELOG.md index b4a62e9f..0312b130 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.2.0a0] +## [1.2.0] - 2023-09-xx ### Added @@ -24,7 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Dependencies -## [1.1.0] - 2023-08-08 +## [1.1.0] - 2023-08-10 ### Added diff --git a/README.md b/README.md index d87f4109..3ded205b 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ pip install nvidia-modulus.sym 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.05 +docker pull nvcr.io/nvidia/modulus/modulus:23.09 ``` ## From Source diff --git a/modulus/sym/__init__.py b/modulus/sym/__init__.py index c8c0991d..4a6b6443 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.2.0a0" +__version__ = "1.2.0" from pint import UnitRegistry