Changeset f38ff0b in sasview
- Timestamp:
- Feb 2, 2019 4:37:35 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:
- 839f70f7
- Parents:
- e572d4b
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
docs/sphinx-docs/source/conf.py
rb229a3b rf38ff0b 72 72 # General information about the project. 73 73 project = u'SasView' 74 copyright = u'201 8, The SasView Project'74 copyright = u'2019, The SasView Project' 75 75 76 76 # The version info for the project you're documenting, acts as replacement for … … 81 81 version = '4.2' 82 82 # The full version, including alpha/beta/rc tags. 83 release = '4.2. 0'83 release = '4.2.1' 84 84 85 85 # The language for content autogenerated by Sphinx. Refer to documentation -
src/sas/sasview/__init__.py
rb229a3b rf38ff0b 1 __version__ = "4.2. 0"1 __version__ = "4.2.1" 2 2 __build__ = "GIT_COMMIT"
Note: See TracChangeset
for help on using the changeset viewer.