Skip to content

Commit d51b9d1

Browse files
committed
v0.2.10
1 parent 91965f3 commit d51b9d1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ Change Log
44
[Unreleased]
55
------------
66

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+
712
v0.2.9
813
------
914

robocrys/_version.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
"""Version information."""
2+
23
from __future__ import annotations
34

45
# The following line *must* be the last in the module, exactly as formatted:
5-
__version__ = "0.2.9"
6+
__version__ = "0.2.10"

0 commit comments

Comments
 (0)