Commit 4c08c7c 1 parent d96ff68 commit 4c08c7c Copy full SHA for 4c08c7c
File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
- # spin 0.13rc0
1
+ # spin 0.13
2
2
3
- We're happy to announce the release of spin 0.13rc0 !
3
+ We're happy to announce the release of spin 0.13 !
4
4
5
5
## Enhancements
6
6
7
7
- Clarify error message when executed binary not found ([ #237 ] ( https://github.com/scientific-python/spin/pull/237 ) ).
8
8
- Add mechanism for extending existing spin commands ([ #248 ] ( https://github.com/scientific-python/spin/pull/248 ) ).
9
+ - Add pre-import keyword to IPython command ([ #251 ] ( https://github.com/scientific-python/spin/pull/251 ) ).
9
10
10
11
## Bug Fixes
11
12
12
13
- Allow overriding --prefix in spin build ([ #241 ] ( https://github.com/scientific-python/spin/pull/241 ) ).
13
14
- Improve source layout test discovery ([ #247 ] ( https://github.com/scientific-python/spin/pull/247 ) ).
14
15
- Let subprocess launched by run handle its own sigint ([ #246 ] ( https://github.com/scientific-python/spin/pull/246 ) ).
16
+ - Correctly colorize uppercase single character flags ([ #253 ] ( https://github.com/scientific-python/spin/pull/253 ) ).
17
+ - Find correct source for extended commands ([ #254 ] ( https://github.com/scientific-python/spin/pull/254 ) ).
15
18
16
19
## Documentation
17
20
18
21
- Auto-generate README table of contents ([ #234 ] ( https://github.com/scientific-python/spin/pull/234 ) ).
22
+ - Add metavars for improved docstring rendering ([ #252 ] ( https://github.com/scientific-python/spin/pull/252 ) ).
19
23
20
24
## Maintenance
21
25
Original file line number Diff line number Diff line change 6
6
Read more at https://github.com/scientific-python/spin
7
7
"""
8
8
9
- __version__ = "0.13rc1.dev0 "
9
+ __version__ = "0.13 "
10
10
11
11
from .cmds import util
12
12
You can’t perform that action at this time.
0 commit comments