Skip to content

Commit

Permalink
Bump version to 1.5.0
Browse files Browse the repository at this point in the history
Bump hyperspy minimum requirement to 1.7.0
Update changelog
  • Loading branch information
ericpre committed Apr 26, 2022
1 parent d0bc8c7 commit 10e1444
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Add a single entry in the corresponding section below.
See https://keepachangelog.com for details

## v1.5.0.dev0 (Unreleased)
## v1.5.0 (2022-04-26)

* Add `is_binned` to axis GUI, make index of the navigation axis editable ([#39](https://github.com/hyperspy/hyperspy_gui_traitsui/pull/39)).
* Fix loading GUI ([#38](https://github.com/hyperspy/hyperspy_gui_traitsui/pull/38)).
Expand Down
2 changes: 1 addition & 1 deletion hyperspy_gui_traitsui/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.5.0.dev0"
__version__ = "1.5.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
# requirements files see:
# https://packaging.python.org/en/latest/requirements.html
python_requires='~=3.7',
install_requires=['traits>=5.0', 'hyperspy>=1.6.2', 'traitsui>=6.1'],
install_requires=['traits>=5.0', 'hyperspy>=1.7.0', 'traitsui>=6.1'],
extras_require={
'tests': ['pytest'],
'coverage':["pytest-cov", "codecov"]},
Expand Down

0 comments on commit 10e1444

Please sign in to comment.