Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ Citing SScanSS 2
strain scanning,” Physica B: Condensed Matter, vol. 350, no. 1-3, p. 743–746, 2004.

2. Nneji Stephen, Buchanan Rob, Farooq Rabiya, Sharp Paul, Zavileiskii Timofei, & Cooper Joshaniel FK. (2024).
SScanSS 2—a redesigned strain scanning simulation software (Version 2.2.0). [http://doi.org/10.5281/zenodo.13359743](http://doi.org/10.5281/zenodo.13359743).
SScanSS 2—a redesigned strain scanning simulation software (Version 2.2). [http://doi.org/10.5281/zenodo.13359743](http://doi.org/10.5281/zenodo.13359743).
2 changes: 1 addition & 1 deletion sscanss/__version.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@ def __repr__(self):
return f'Version({self.major}, {self.minor}, {self.patch}, {self.pre_release}, {self.build})'


__version__ = Version(2, 2, 0)
__version__ = Version(2, 2, 1)
__editor_version__ = Version(2, 2, 0)
2 changes: 1 addition & 1 deletion sscanss/app/dialogs/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def __init__(self, parent):
'neutron and synchrotron strain scanning,” Physica B: Condensed Matter, vol. 350, no. 1-3, '
'p. 743–746, 2004.</li>'
'<li>Nneji Stephen, Buchanan Rob, Farooq Rabiya, Sharp Paul, Zavileiskii Timofei, & Cooper Joshaniel FK. (2024). '
'SScanSS 2—a redesigned strain scanning simulation software (Version 2.2.0). '
'SScanSS 2—a redesigned strain scanning simulation software (Version 2.2). '
f'<a href="http://doi.org/10.5281/zenodo.13359743" style="color:{self.parent().themes.html_anchor.name()};">'
f'http://doi.org/10.5281/zenodo.13359743</a>.</li>'
'</ol>'
Expand Down