Changes in / [9b2b657:9e96dbd] in sasview
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
docs/sphinx-docs/source/conf.py
ra8bbba2 rf1d48e9 71 71 # General information about the project. 72 72 project = u'SasView' 73 copyright = u'201 8, The SasView Project'73 copyright = u'2017, The SasView Project' 74 74 75 75 # The version info for the project you're documenting, acts as replacement for … … 80 80 version = '4.2' 81 81 # The full version, including alpha/beta/rc tags. 82 release = '4.2.0 -beta'82 release = '4.2.0' 83 83 84 84 # The language for content autogenerated by Sphinx. Refer to documentation -
installers/README.txt
r2b07b6d r2f6d340 1 1 Release Notes 2 2 ============= 3 This is a beta pre-release version of 4.2.0. A number of fixes and changes 4 have been made in the year since the previous release. 5 Full release notes will be compiled prior to the full release 4.2.0. 6 7 Highlights are: 8 - Infrastucture for calculating 2D patterns from 3D orientated objects 9 has now been totally refactored 10 - Plugins have completely migrated to the new infrastructure now, 11 including sum/multiply models 12 - Some batch slicing options have been introduced 13 - The known issue with the core_shell_parallelepiped is now fixed 14 - Several data loading improvements 15 - Several save Project improvements (though there are more to come) 16 - Numerous bug fixes 17 - Lots of documentation enhancement 18 19 In the meantime please report any bugs or issues found while using this beta 20 3 21 4 1- Features 22 5 =========== -
src/sas/sasview/__init__.py
ra8bbba2 r3ca67dcf 1 __version__ = "4.2.0 -beta"1 __version__ = "4.2.0" 2 2 __build__ = "GIT_COMMIT"
Note: See TracChangeset
for help on using the changeset viewer.