Skip to content

Commit 2604429

Browse files
committed
Update release notes
1 parent 7bdfae8 commit 2604429

File tree

9 files changed

+15
-8
lines changed

9 files changed

+15
-8
lines changed

CHANGES.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,20 @@ https://hyperspyui.readthedocs.io/en/latest/changes.html
99

1010
.. towncrier release notes start
1111
12+
2.0 (2023-12-19)
13+
================
14+
15+
Maintenance
16+
-----------
17+
18+
- Migrate to HyperSpy 2.0, drop python 2.7 and add python 3.12 (`#223 <https://github.com/hyperspy/hyperspyui/issues/223>`_)
19+
- Consolidate packaging in ``pyproject.toml`` (`#224 <https://github.com/hyperspy/hyperspyui/issues/224>`_)
20+
- Use ``towncrier`` to manage release notes (`#225 <https://github.com/hyperspy/hyperspyui/issues/225>`_)
21+
- Use ``setuptools_scm`` to handle version (`#226 <https://github.com/hyperspy/hyperspyui/issues/226>`_)
22+
- Update ``release.yml`` workflow (`#227 <https://github.com/hyperspy/hyperspyui/issues/227>`_)
23+
- Various fixes for hyperspy 2.0 (`#229 <https://github.com/hyperspy/hyperspyui/issues/229>`_)
24+
- Add support for pyqt6 and more fixes for hyperspy 2.0. (`#234 <https://github.com/hyperspy/hyperspyui/issues/234>`_)
25+
1226

1327
1.3.1 (2023-05-05)
1428
++++++++++++++++++

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ exclude = ["*user_plugins*"]
108108
[tool.setuptools_scm]
109109
# Presence enables setuptools_scm, the version will be determine at build time from git
110110
# The version will be updated by the `prepare_release.py` script
111-
fallback_version = "1.4.dev0"
111+
fallback_version = "2.1.dev0"
112112

113113
[tool.towncrier]
114114
package_dir = "hyperspyui"

upcoming_changes/223.maintenance.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

upcoming_changes/224.maintenance.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

upcoming_changes/225.maintenance.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

upcoming_changes/226.maintenance.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

upcoming_changes/227.maintenance.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

upcoming_changes/229.maintenance.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

upcoming_changes/234.maintenance.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)