Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentRDC committed Jan 13, 2023
1 parent a65eb42 commit b6170c3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ What's new

.. currentmodule:: crystals

Release 1.6.2
-------------

* Fixed an issue where the `crystals` version was not correctly interpolated when writing CIFs (#14).
* Added file name to some parser warnings (#15).

Release 1.6.1
-------------

Expand Down
2 changes: 1 addition & 1 deletion crystals/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
__author__ = "Laurent P. René de Cotret"
__email__ = "laurent.renedecotret@mail.mcgill.ca"
__license__ = "GPLv3"
__version__ = "1.6.1"
__version__ = "1.6.2"

from .atom import Atom
from .atom import Element
Expand Down

0 comments on commit b6170c3

Please sign in to comment.