Skip to content

Commit 08f9a4d

Browse files
committed
Designate 0.15 release
1 parent 582aeea commit 08f9a4d

File tree

2 files changed

+45
-1
lines changed

2 files changed

+45
-1
lines changed

CHANGELOG.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,47 @@
1+
# spin 0.15
2+
3+
We're happy to announce the release of spin 0.15!
4+
5+
## Enhancements
6+
7+
- Expose `is_editable_install` and `editable_install_path` ([#279](https://github.com/scientific-python/spin/pull/279)).
8+
- Improve traceback printout ([#280](https://github.com/scientific-python/spin/pull/280)).
9+
- Use sys.executable to run pip in the 'install' command ([#286](https://github.com/scientific-python/spin/pull/286)).
10+
11+
## Bug Fixes
12+
13+
- Pin upper version of click ([#294](https://github.com/scientific-python/spin/pull/294)).
14+
15+
## Documentation
16+
17+
- DOC: fix typo in docstring ([#285](https://github.com/scientific-python/spin/pull/285)).
18+
19+
## Maintenance
20+
21+
- Change color of editable install warnings ([#278](https://github.com/scientific-python/spin/pull/278)).
22+
- Support for Python 3.14 ([#290](https://github.com/scientific-python/spin/pull/290)).
23+
24+
## Contributors
25+
26+
5 authors added to this release (alphabetically):
27+
28+
- Brigitta Sipőcz ([@bsipocz](https://github.com/bsipocz))
29+
- Jarrod Millman ([@jarrodmillman](https://github.com/jarrodmillman))
30+
- Lucas Colley ([@lucascolley](https://github.com/lucascolley))
31+
- Stefan van der Walt ([@stefanv](https://github.com/stefanv))
32+
- Warren Weckesser ([@WarrenWeckesser](https://github.com/WarrenWeckesser))
33+
34+
5 reviewers added to this release (alphabetically):
35+
36+
- Brigitta Sipőcz ([@bsipocz](https://github.com/bsipocz))
37+
- Jarrod Millman ([@jarrodmillman](https://github.com/jarrodmillman))
38+
- Ralf Gommers ([@rgommers](https://github.com/rgommers))
39+
- Stefan van der Walt ([@stefanv](https://github.com/stefanv))
40+
- Warren Weckesser ([@WarrenWeckesser](https://github.com/WarrenWeckesser))
41+
42+
_These lists are automatically generated, and may not be complete or may contain
43+
duplicates._
44+
145
# spin 0.14
246

347
We're happy to announce the release of spin 0.14!

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

1111
from .cmds import util
1212

0 commit comments

Comments
 (0)