Skip to content

Commit d3e5ceb

Browse files
committed
Designate 0.17 release
1 parent 493038b commit d3e5ceb

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# spin 0.17
2+
3+
## Maintenance
4+
5+
- Patch in enum deepcopy on Python 3.10 ([#312](https://github.com/scientific-python/spin/pull/312)).
6+
7+
## Contributors
8+
9+
1 authors added to this release (alphabetically):
10+
11+
- Stefan van der Walt ([@stefanv](https://github.com/stefanv))
12+
113
# spin 0.16
214

315
We're happy to announce the release of spin 0.16!

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.16"
9+
__version__ = "0.17"
1010

1111
from .cmds import util
1212

0 commit comments

Comments
 (0)