Skip to content

Commit

Permalink
Merge pull request #46 from hyperspy/Release1.5.0
Browse files Browse the repository at this point in the history
Release 1.5.0
  • Loading branch information
ericpre authored Apr 26, 2022
2 parents cfb344e + 6aaee5f commit 7996171
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ on:

jobs:
create_release:
permissions:
contents: write
name: Create Release
runs-on: ubuntu-latest
outputs:
Expand Down
4 changes: 3 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
Add a single entry in the corresponding section below.
See https://keepachangelog.com for details

## v1.5.0.dev0 (Unreleased)
## v1.6.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.6.0.dev0"
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 7996171

Please sign in to comment.