Skip to content

Commit 5942487

Browse files
committed
Designate 0.11 release
1 parent a72d307 commit 5942487

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

CHANGELOG.md

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

338
We're happy to announce the release of spin 0.10!

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.11rc0.dev0"
9+
__version__ = "0.11"
1010

1111
from .cmds import util
1212

0 commit comments

Comments
 (0)