Skip to content

Commit

Permalink
Version update 1.2.0 (#63)
Browse files Browse the repository at this point in the history
* Version update 1.2.0
  • Loading branch information
NickGeneva committed Sep 21, 2023
1 parent 3d665d6 commit 35d1762
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.1.0"
placeholder: "example: 1.2.0"
validations:
required: true

Expand Down
4 changes: 2 additions & 2 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.2.0a0]
## [1.2.0] - 2023-09-xx

### Added

Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.2.0a0"
__version__ = "1.2.0"

from pint import UnitRegistry

Expand Down

0 comments on commit 35d1762

Please sign in to comment.