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, 6 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 | |
---|
1 | from distutils.version import StrictVersion |
---|
2 | __version__ = "4.2.1" |
---|
3 | StrictVersion(__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.