diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 165923f0..082032c8 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,7 +4,7 @@ Changelog Release 2.1.11 -------------- -* Added new Bragg peak determination functionality to combat new datasets with sub-optimal signal-to-noise ratio. Further added Brillouin zone determination based on Bragg peak locations. +* Added new Bragg peak determination functionality to combat new datasets with sub-optimal signal-to-noise ratio. Further added Brillouin zone determination based on Bragg peak locations (#42). Release 2.1.10 -------------- diff --git a/skued/__init__.py b/skued/__init__.py index 09e3d909..04dcc378 100644 --- a/skued/__init__.py +++ b/skued/__init__.py @@ -2,7 +2,7 @@ __author__ = "Laurent P. René de Cotret" __email__ = "laurent.renedecotret@mail.mcgill.ca" __license__ = "GPLv3" -__version__ = "2.1.10" +__version__ = "2.1.11" from .affine import ( affine_map,