We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 493038b commit d3e5cebCopy full SHA for d3e5ceb
CHANGELOG.md
@@ -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
13
# spin 0.16
14
15
We're happy to announce the release of spin 0.16!
spin/__init__.py
@@ -6,7 +6,7 @@
Read more at https://github.com/scientific-python/spin
"""
-__version__ = "0.16"
+__version__ = "0.17"
from .cmds import util
0 commit comments