Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repos:
- id: black

- repo: https://github.com/adamchainz/blacken-docs
rev: 1.15.0
rev: 1.16.0
hooks:
- id: blacken-docs
additional_dependencies: [black==23.7.0]
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ This document follows the conventions laid out in [Keep a CHANGELOG](https://kee
- Bump plotly from 5.15.0 to 5.16.0 (#348)
- Bump sphinxcontrib-websupport from 1.2.4 to 1.2.6 (#350)
- Bump ansys-sphinx-theme from 0.10.2 to 0.10.3 (#351)
- pre-commit autoupdate ([#362](https://github.com/ansys/pymechanical/pull/362))

### Fixed

Expand Down Expand Up @@ -200,4 +201,4 @@ This document follows the conventions laid out in [Keep a CHANGELOG](https://kee

## [0.7.1](https://github.com/ansys/pymechanical/releases/tag/v0.7.1) - April 10 2023

First public release of PyMechanical
First public release of PyMechanical