From 64ffc85c1f7b3940d51bb02a027dc8130a188afd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laurent=20Ren=C3=A9=20de=20Cotret?= Date: Thu, 25 Aug 2022 07:54:29 -0400 Subject: [PATCH] Release 2.1.11 --- CHANGELOG.rst | 2 +- skued/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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,