File tree Expand file tree Collapse file tree 2 files changed +36
-1
lines changed
Expand file tree Collapse file tree 2 files changed +36
-1
lines changed Original file line number Diff line number Diff line change 1+ # spin 0.11
2+
3+ We're happy to announce the release of spin 0.11!
4+
5+ ## Enhancements
6+
7+ - FIX make sphinx docs work on Windows ([ #206 ] ( https://github.com/scientific-python/spin/pull/206 ) ).
8+
9+ ## Bug Fixes
10+
11+ - Do not fail editable install detection when only system install is present ([ #212 ] ( https://github.com/scientific-python/spin/pull/212 ) ).
12+ - Fix testing for editable and non-editable installs alike ([ #213 ] ( https://github.com/scientific-python/spin/pull/213 ) ).
13+
14+ ## Maintenance
15+
16+ - Bump pre-commit from 3.7.0 to 3.7.1 ([ #207 ] ( https://github.com/scientific-python/spin/pull/207 ) ).
17+ - Test on Python 3.13 development releases ([ #210 ] ( https://github.com/scientific-python/spin/pull/210 ) ).
18+ - Update pre-commit ([ #215 ] ( https://github.com/scientific-python/spin/pull/215 ) ).
19+
20+ ## Contributors
21+
22+ 3 authors added to this release (alphabetically):
23+
24+ - Jarrod Millman ([ @jarrodmillman ] ( https://github.com/jarrodmillman ) )
25+ - Loïc Estève ([ @lesteve ] ( https://github.com/lesteve ) )
26+ - Stefan van der Walt ([ @stefanv ] ( https://github.com/stefanv ) )
27+
28+ 3 reviewers added to this release (alphabetically):
29+
30+ - Jarrod Millman ([ @jarrodmillman ] ( https://github.com/jarrodmillman ) )
31+ - Loïc Estève ([ @lesteve ] ( https://github.com/lesteve ) )
32+ - Stefan van der Walt ([ @stefanv ] ( https://github.com/stefanv ) )
33+
34+ _ These lists are automatically generated, and may not be complete or may contain duplicates._
35+
136# spin 0.10
237
338We're happy to announce the release of spin 0.10!
Original file line number Diff line number Diff line change 66Read more at https://github.com/scientific-python/spin
77"""
88
9- __version__ = "0.11rc0.dev0 "
9+ __version__ = "0.11 "
1010
1111from .cmds import util
1212
You can’t perform that action at this time.
0 commit comments