Skip to content

Commit

Permalink
Bump version to 1.1.5 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpre committed Apr 27, 2022
1 parent db7fdf7 commit c3b3c38
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@
Changelog
*********

v1.2.0.dev0 (UNRELEASED)
++++++++++++++++++++++++
* Add support for python 3.10 (`#204 <https://github.com/hyperspy/hyperspyUI/pull/204>`_)
v1.1.5 (2022-04-27)
+++++++++++++++++++
* Fix numpy deprecation warning (`#203 <https://github.com/hyperspy/hyperspyUI/pull/203>`_)
* Add support for python 3.10 (`#204 <https://github.com/hyperspy/hyperspyUI/pull/204>`_)

v1.1.4
++++++
* Fix doc warning add workflow to publish the code on tag (`#198 <https://github.com/hyperspy/hyperspyUI/pull/198>`_)
* Add support for matplotlib 3.4.0 and increase hyperspy, matplotlib minimum requirement (`#199 <https://github.com/hyperspy/hyperspyUI/pull/199>`_)
* Fix checking animation writer availability (`#201 <https://github.com/hyperspy/hyperspyUI/pull/201>`_)
Expand Down
2 changes: 1 addition & 1 deletion hyperspyui/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
@author: Vidar Tonaas Fauske
"""

__version__ = '1.2.0.dev0'
__version__ = '1.1.5'

0 comments on commit c3b3c38

Please sign in to comment.