Skip to content

Commit 481c66f

Browse files
committed
Designate 0.16 release
1 parent 1164d54 commit 481c66f

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
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

339
We're happy to announce the release of spin 0.15!

spin/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Read more at https://github.com/scientific-python/spin
77
"""
88

9-
__version__ = "0.16rc0.dev0"
9+
__version__ = "0.16"
1010

1111
from .cmds import util
1212

0 commit comments

Comments
 (0)