Skip to content

Commit 678c9b0

Browse files
committed
Designate 0.18 release
1 parent aac5fec commit 678c9b0

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# spin 0.18
2+
3+
## Enhancements
4+
5+
- Avoid duplicate path specification in `pip install` ([#313](https://github.com/scientific-python/spin/pull/313)).
6+
- Launch IPython directly from package, instead of from path ([#307](https://github.com/scientific-python/spin/pull/307)).
7+
- Avoid triggering a rebuild on `meson install` ([#317](https://github.com/scientific-python/spin/pull/317)).
8+
9+
## Contributors
10+
11+
2 authors added to this release (alphabetically):
12+
13+
- Ralf Gommers ([@rgommers](https://github.com/rgommers))
14+
- Stefan van der Walt ([@stefanv](https://github.com/stefanv))
15+
16+
2 reviewers added to this release (alphabetically):
17+
18+
- Lucas Colley ([@lucascolley](https://github.com/lucascolley))
19+
- Stefan van der Walt ([@stefanv](https://github.com/stefanv))
20+
121
# spin 0.17
222

323
## Maintenance

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

1111
from .cmds import util
1212

0 commit comments

Comments
 (0)