Skip to content

Commit

Permalink
Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpre committed Dec 19, 2023
1 parent 7bdfae8 commit 2604429
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 8 deletions.
14 changes: 14 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,20 @@ https://hyperspyui.readthedocs.io/en/latest/changes.html

.. towncrier release notes start
2.0 (2023-12-19)
================

Maintenance
-----------

- Migrate to HyperSpy 2.0, drop python 2.7 and add python 3.12 (`#223 <https://github.com/hyperspy/hyperspyui/issues/223>`_)
- Consolidate packaging in ``pyproject.toml`` (`#224 <https://github.com/hyperspy/hyperspyui/issues/224>`_)
- Use ``towncrier`` to manage release notes (`#225 <https://github.com/hyperspy/hyperspyui/issues/225>`_)
- Use ``setuptools_scm`` to handle version (`#226 <https://github.com/hyperspy/hyperspyui/issues/226>`_)
- Update ``release.yml`` workflow (`#227 <https://github.com/hyperspy/hyperspyui/issues/227>`_)
- Various fixes for hyperspy 2.0 (`#229 <https://github.com/hyperspy/hyperspyui/issues/229>`_)
- Add support for pyqt6 and more fixes for hyperspy 2.0. (`#234 <https://github.com/hyperspy/hyperspyui/issues/234>`_)


1.3.1 (2023-05-05)
++++++++++++++++++
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ exclude = ["*user_plugins*"]
[tool.setuptools_scm]
# Presence enables setuptools_scm, the version will be determine at build time from git
# The version will be updated by the `prepare_release.py` script
fallback_version = "1.4.dev0"
fallback_version = "2.1.dev0"

[tool.towncrier]
package_dir = "hyperspyui"
Expand Down
1 change: 0 additions & 1 deletion upcoming_changes/223.maintenance.rst

This file was deleted.

1 change: 0 additions & 1 deletion upcoming_changes/224.maintenance.rst

This file was deleted.

1 change: 0 additions & 1 deletion upcoming_changes/225.maintenance.rst

This file was deleted.

1 change: 0 additions & 1 deletion upcoming_changes/226.maintenance.rst

This file was deleted.

1 change: 0 additions & 1 deletion upcoming_changes/227.maintenance.rst

This file was deleted.

1 change: 0 additions & 1 deletion upcoming_changes/229.maintenance.rst

This file was deleted.

1 change: 0 additions & 1 deletion upcoming_changes/234.maintenance.rst

This file was deleted.

0 comments on commit 2604429

Please sign in to comment.