Skip to content

Commit 4c08c7c

Browse files
committed
Designate 0.13 release
1 parent d96ff68 commit 4c08c7c

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,25 @@
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

spin/__init__.py

+1-1
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.13rc1.dev0"
9+
__version__ = "0.13"
1010

1111
from .cmds import util
1212

0 commit comments

Comments
 (0)