Skip to content

Commit

Permalink
Update ansys_mechanical_api to 0.1.1 (#444)
Browse files Browse the repository at this point in the history
  • Loading branch information
klmcadams committed Oct 6, 2023
1 parent 3f8c3a8 commit 46e36ab
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ project adheres to [Semantic Versioning](https://semver.org/).

This document follows the conventions laid out in [Keep a CHANGELOG](https://keepachangelog.com/en/1.0.0).

## [Unreleased]()

### Dependencies

- Update `ansys_mechanical_api` from 0.1.0 to 0.1.1 ([#444](https://github.com/ansys/pymechanical/pull/444))

## [0.10.3](https://github.com/ansys/pymechanical/releases/tag/v0.10.3) - September 26 2023

### Added
Expand Down
6 changes: 4 additions & 2 deletions doc/.vale.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,13 @@ Packages = Google
# Define the Ansys vocabulary
Vocab = ANSYS

[*.{md,rst}]

# Apply the following styles
[*.{md,rst}]
BasedOnStyles = Vale, Google

# By default, `class` and `func` are ignored
TokenIgnores = (:class:`.*`|:func:`.*`)

# Removing Google-specific rule - Not applicable under some circumstances
Google.WordList = NO
Google.Colons = NO
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ classifiers = [
"Operating System :: OS Independent",
]
dependencies = [
"ansys_api_mechanical==0.1.0",
"ansys_api_mechanical==0.1.1",
"ansys-platform-instancemanagement>=1.0.1",
"ansys-pythonnet>=3.1.0rc1",
"ansys-tools-path>=0.3.1",
Expand Down

0 comments on commit 46e36ab

Please sign in to comment.