We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91965f3 commit d51b9d1Copy full SHA for d51b9d1
CHANGELOG.rst
@@ -4,6 +4,11 @@ Change Log
4
[Unreleased]
5
------------
6
7
+v0.2.10
8
+------
9
+
10
+- Update project dependencies and address spglib deprecations by Aaron Kaplan in https://github.com/hackingmaterials/robocrystallographer/pull/487
11
12
v0.2.9
13
------
14
robocrys/_version.py
@@ -1,5 +1,6 @@
1
"""Version information."""
2
3
from __future__ import annotations
# The following line *must* be the last in the module, exactly as formatted:
-__version__ = "0.2.9"
+__version__ = "0.2.10"
0 commit comments