From fe4a0dae1e34e40215e9b20e5d836c321c2b5e07 Mon Sep 17 00:00:00 2001 From: Eric Prestat Date: Wed, 1 May 2024 17:19:56 +0100 Subject: [PATCH] Run prepare release script --- CHANGES.rst | 16 ++++++++++++++++ pyproject.toml | 2 +- upcoming_changes/34.doc.rst | 1 - upcoming_changes/35.maintenance.rst | 1 - upcoming_changes/37.maintenance.rst | 1 - 5 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 upcoming_changes/34.doc.rst delete mode 100644 upcoming_changes/35.maintenance.rst delete mode 100644 upcoming_changes/37.maintenance.rst diff --git a/CHANGES.rst b/CHANGES.rst index 32a975b..c474e04 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,6 +8,22 @@ https://holospy.readthedocs.io/en/latest/changes.html .. towncrier release notes start +0.3 (2024-05-02) +================ + +Improved Documentation +---------------------- + +- Fix DOI and add more badges to readme file. (`#34 `_) + + +Maintenance +----------- + +- Use ``pint.get_application_registry`` instead of HyperSpy private API to get the handle of the ``pint.UnitRegistry``. (`#35 `_) +- Add/enable more ruff rules: isort, pyflakes, pycodestyle. (`#37 `_) + + 0.2 (2024-04-04) ================ diff --git a/pyproject.toml b/pyproject.toml index 7f6e597..239de2d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -119,7 +119,7 @@ include = ["holospy*"] [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 = "0.3.dev0" +fallback_version = "0.4.dev0" [tool.towncrier] directory = "upcoming_changes/" diff --git a/upcoming_changes/34.doc.rst b/upcoming_changes/34.doc.rst deleted file mode 100644 index f54f7ca..0000000 --- a/upcoming_changes/34.doc.rst +++ /dev/null @@ -1 +0,0 @@ -Fix DOI and add more badges to readme file. \ No newline at end of file diff --git a/upcoming_changes/35.maintenance.rst b/upcoming_changes/35.maintenance.rst deleted file mode 100644 index 7753990..0000000 --- a/upcoming_changes/35.maintenance.rst +++ /dev/null @@ -1 +0,0 @@ -Use ``pint.get_application_registry`` instead of HyperSpy private API to get the handle of the ``pint.UnitRegistry``. \ No newline at end of file diff --git a/upcoming_changes/37.maintenance.rst b/upcoming_changes/37.maintenance.rst deleted file mode 100644 index e328155..0000000 --- a/upcoming_changes/37.maintenance.rst +++ /dev/null @@ -1 +0,0 @@ -Add/enable more ruff rules: isort, pyflakes, pycodestyle. \ No newline at end of file