Skip to content

Commit c3b3c38

Browse files
committed
Bump version to 1.1.5 and update changelog
1 parent db7fdf7 commit c3b3c38

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGES.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@
22
Changelog
33
*********
44

5-
v1.2.0.dev0 (UNRELEASED)
6-
++++++++++++++++++++++++
7-
* Add support for python 3.10 (`#204 <https://github.com/hyperspy/hyperspyUI/pull/204>`_)
5+
v1.1.5 (2022-04-27)
6+
+++++++++++++++++++
87
* Fix numpy deprecation warning (`#203 <https://github.com/hyperspy/hyperspyUI/pull/203>`_)
8+
* Add support for python 3.10 (`#204 <https://github.com/hyperspy/hyperspyUI/pull/204>`_)
9+
10+
v1.1.4
11+
++++++
912
* Fix doc warning add workflow to publish the code on tag (`#198 <https://github.com/hyperspy/hyperspyUI/pull/198>`_)
1013
* Add support for matplotlib 3.4.0 and increase hyperspy, matplotlib minimum requirement (`#199 <https://github.com/hyperspy/hyperspyUI/pull/199>`_)
1114
* Fix checking animation writer availability (`#201 <https://github.com/hyperspy/hyperspyUI/pull/201>`_)

hyperspyui/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
@author: Vidar Tonaas Fauske
2222
"""
2323

24-
__version__ = '1.2.0.dev0'
24+
__version__ = '1.1.5'

0 commit comments

Comments
 (0)