From ec46c96cc98e19fb83c5c205ee4057f3d951064e Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Wed, 23 Aug 2023 09:56:03 -0700 Subject: [PATCH] [REL] Prepare for 0.10.1 release (#507) * Add release notes for 0.10.1 Choosing a minor bump because there are no API changes for users, but developers will need some updates * Denote that version 0.10.0 has been yanked from pypi --- docs/changelog.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 4a201163..ef0dd7f9 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -6,11 +6,29 @@ Changelog ========= +.. _v0.10.1: + +:release-tag:`0.10.1` +===================== + +This is a bug fix release to fix installing the package. +Users should experience no changes. Developer should note +that the package has moved from a "flat-layout" to a "src-layout", +where the code the the package has moved from ``serpentTools`` +to ``src/serpentTools`` + +* Move from "flat-layout" to "src-layout" - :pull:`506` + .. _v0.10.0: :release-tag:`0.10.0` ===================== +.. warning:: + + This release has been pulled from :term:`PyPI` and should + be replaced with :ref:`v0.10.1` + * Drop support for Python 3.5, 3.6, and 3.7 - :pull:`478` * Support and test against Python 3.9, 3.10, and 3.11 - :pull:`492` * Support Serpent 2.2.1 - :pull:`481`