Skip to content

Commit ec46c96

Browse files
authored
[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
1 parent e2822da commit ec46c96

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

docs/changelog.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,29 @@
66
Changelog
77
=========
88

9+
.. _v0.10.1:
10+
11+
:release-tag:`0.10.1`
12+
=====================
13+
14+
This is a bug fix release to fix installing the package.
15+
Users should experience no changes. Developer should note
16+
that the package has moved from a "flat-layout" to a "src-layout",
17+
where the code the the package has moved from ``serpentTools``
18+
to ``src/serpentTools``
19+
20+
* Move from "flat-layout" to "src-layout" - :pull:`506`
21+
922
.. _v0.10.0:
1023

1124
:release-tag:`0.10.0`
1225
=====================
1326

27+
.. warning::
28+
29+
This release has been pulled from :term:`PyPI` and should
30+
be replaced with :ref:`v0.10.1`
31+
1432
* Drop support for Python 3.5, 3.6, and 3.7 - :pull:`478`
1533
* Support and test against Python 3.9, 3.10, and 3.11 - :pull:`492`
1634
* Support Serpent 2.2.1 - :pull:`481`

0 commit comments

Comments
 (0)