Skip to content

Commit

Permalink
Merge pull request #77 from ericpre/release2.0.1
Browse files Browse the repository at this point in the history
Release 2.0.1
  • Loading branch information
ericpre committed May 9, 2024
2 parents 63d32f1 + 10c32d4 commit 2c34f37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

## v2.1 (UNRELEASED)

## v2.0.1 (2024-08-05)

* Fix getting matplotlib backend for matplotlib >= 3.10.dev ([#78](https://github.com/hyperspy/hyperspy_gui_traitsui/pull/78)).
* Use `qt` instead of `qt4` when setting `ETSConfig.toolkit` ([#78](https://github.com/hyperspy/hyperspy_gui_traitsui/pull/78)).
* Fix slider in image contrast editor on python >=3.10 ([#76](https://github.com/hyperspy/hyperspy_gui_traitsui/pull/76)).
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@ include = ["hyperspy_gui_traitsui*"]
"*" = ["*.yaml"]

[tool.setuptools_scm]
fallback_version = "2.1.0.dev0"
fallback_version = "2.0.2.dev0"

0 comments on commit 2c34f37

Please sign in to comment.