File tree Expand file tree Collapse file tree 2 files changed +37
-1
lines changed
Expand file tree Collapse file tree 2 files changed +37
-1
lines changed Original file line number Diff line number Diff line change 1+ # spin 0.16
2+
3+ We're happy to announce the release of spin 0.16!
4+
5+ ## Enhancements
6+
7+ - Add wheel command to pyproject-build commands ([ #305 ] ( https://github.com/scientific-python/spin/pull/305 ) ).
8+
9+ ## Documentation
10+
11+ - Make it clearer that parallel testing happens via pytest-xdist ([ #303 ] ( https://github.com/scientific-python/spin/pull/303 ) ).
12+ - Better explain how to document extended commands ([ #310 ] ( https://github.com/scientific-python/spin/pull/310 ) ).
13+
14+ ## Maintenance
15+
16+ - Use annotated tags for releases ([ #295 ] ( https://github.com/scientific-python/spin/pull/295 ) ).
17+ - Correct release notes re: annotation ([ #296 ] ( https://github.com/scientific-python/spin/pull/296 ) ).
18+ - Add dependabot cooldown, run on 15th of each month ([ #298 ] ( https://github.com/scientific-python/spin/pull/298 ) ).
19+ - Update to Python 3.10 as minimum (3.9 is EOL) ([ #304 ] ( https://github.com/scientific-python/spin/pull/304 ) ).
20+ - Support for click 8.3 ([ #309 ] ( https://github.com/scientific-python/spin/pull/309 ) ).
21+
22+ ## Contributors
23+
24+ 4 authors added to this release (alphabetically):
25+
26+ - Jarrod Millman ([ @jarrodmillman ] ( https://github.com/jarrodmillman ) )
27+ - Klaus Zimmermann ([ @zklaus ] ( https://github.com/zklaus ) )
28+ - Nathan Goldbaum ([ @ngoldbaum ] ( https://github.com/ngoldbaum ) )
29+ - Stefan van der Walt ([ @stefanv ] ( https://github.com/stefanv ) )
30+
31+ 3 reviewers added to this release (alphabetically):
32+
33+ - Jarrod Millman ([ @jarrodmillman ] ( https://github.com/jarrodmillman ) )
34+ - Klaus Zimmermann ([ @zklaus ] ( https://github.com/zklaus ) )
35+ - Stefan van der Walt ([ @stefanv ] ( https://github.com/stefanv ) )
36+
137# spin 0.15
238
339We're happy to announce the release of spin 0.15!
Original file line number Diff line number Diff line change 66Read more at https://github.com/scientific-python/spin
77"""
88
9- __version__ = "0.16rc0.dev0 "
9+ __version__ = "0.16 "
1010
1111from .cmds import util
1212
You can’t perform that action at this time.
0 commit comments