File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 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
22
3- We're happy to announce the release of spin 0.13rc0 !
3+ We're happy to announce the release of spin 0.13 !
44
55## Enhancements
66
77- Clarify error message when executed binary not found ([ #237 ] ( https://github.com/scientific-python/spin/pull/237 ) ).
88- 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 ) ).
910
1011## Bug Fixes
1112
1213- Allow overriding --prefix in spin build ([ #241 ] ( https://github.com/scientific-python/spin/pull/241 ) ).
1314- Improve source layout test discovery ([ #247 ] ( https://github.com/scientific-python/spin/pull/247 ) ).
1415- 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 ) ).
1518
1619## Documentation
1720
1821- 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 ) ).
1923
2024## Maintenance
2125
Original file line number Diff line number Diff line change 66Read more at https://github.com/scientific-python/spin
77"""
88
9- __version__ = "0.13rc1.dev0 "
9+ __version__ = "0.13 "
1010
1111from .cmds import util
1212
You can’t perform that action at this time.
0 commit comments