Changeset db8805f in sasview for docs/sphinx-docs/source/conf.py
- Timestamp:
- Feb 5, 2019 6:47:30 PM (6 years ago)
- Branches:
- master, magnetic_scatt, release-4.2.2, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249
- Children:
- 6cfbe0f
- Parents:
- 5fcb814
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
docs/sphinx-docs/source/conf.py
r7556019 rdb8805f 86 86 # 87 87 # The short X.Y version. 88 version = sas.sasview.__major_version__ + "." + sas.sasview.__minor_version__89 # The full version, including a lpha/beta/rc tags.88 version = ".".join(sas.sasview.__version__.split(".", 2)[0:2]) 89 # The full version, including ax/bx tags Note strict version is enforced. 90 90 release = sas.sasview.__version__ 91 91
Note: See TracChangeset
for help on using the changeset viewer.