source: sasview/src/sas/sasview/__init__.py @ db8805f

magnetic_scattrelease-4.2.2ticket-1009ticket-1094-headlessticket-1242-2d-resolutionticket-1243ticket-1249
Last change on this file since db8805f was db8805f, checked in by butler, 5 years ago

Fix to PR comments

Fix spelling in release notes and changed back to single release string
in init which is parsed for the X.Y version in sphinx.conf. Also use
distutils.version.StrictVersion? to enforce strict version labels as per
Paul Kienzle.

  • Property mode set to 100644
File size: 187 bytes
Line 
1from distutils.version import StrictVersion
2__version__ = "4.2.1"
3StrictVersion(__version__)
4__DOI__ = "Zenodo, 10.5281/zenodo.1412041"
5__release_date__ = "2019"
6__build__ = "GIT_COMMIT"
Note: See TracBrowser for help on using the repository browser.