Skip to content

Commit

Permalink
v0.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
janosh committed Oct 3, 2024
1 parent 91965f3 commit d51b9d1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ Change Log
[Unreleased]
------------

v0.2.10
------

- Update project dependencies and address spglib deprecations by Aaron Kaplan in https://github.com/hackingmaterials/robocrystallographer/pull/487

v0.2.9
------

Expand Down
3 changes: 2 additions & 1 deletion robocrys/_version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"""Version information."""

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 comments on commit d51b9d1

Please sign in to comment.