File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ We're happy to announce the release of spin 0.9!
1010- Add a pytest based testing framework and tests for build ([ #160 ] ( https://github.com/scientific-python/spin/pull/160 ) ).
1111- Allow ` spin --version ` without configuration present ([ #173 ] ( https://github.com/scientific-python/spin/pull/173 ) ).
1212- Allow setting default args for commands / callbacks ([ #157 ] ( https://github.com/scientific-python/spin/pull/157 ) ).
13- - Add `` --gcov-report `` flag to `` spin test ` ` ([ #159 ] ( https://github.com/scientific-python/spin/pull/159 ) ).
13+ - Add ` --gcov-report ` flag to ` spin test ` ([ #159 ] ( https://github.com/scientific-python/spin/pull/159 ) ).
1414- Allow editable install ([ #155 ] ( https://github.com/scientific-python/spin/pull/155 ) ).
1515
1616## Bug Fixes
Original file line number Diff line number Diff line change 66Read more at https://github.com/scientific-python/spin
77"""
88
9- __version__ = "0.9 "
9+ __version__ = "0.10rc0.dev0 "
1010
1111from .cmds import util
1212
You can’t perform that action at this time.
0 commit comments