Changeset 66f21cd in sasview
- Timestamp:
- Nov 4, 2016 3:07:58 PM (8 years ago)
- Branches:
- release_4.0.1
- Parents:
- ee3be557
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
docs/sphinx-docs/source/conf.py
r9a182b2 r66f21cd 60 60 # 61 61 # The short X.Y version. 62 version = '4.0 '62 version = '4.0.1' 63 63 # The full version, including alpha/beta/rc tags. 64 release = '4.0. 0'64 release = '4.0.1' 65 65 66 66 # The language for content autogenerated by Sphinx. Refer to documentation -
sasview/README.txt
r9a182b2 r66f21cd 4 4 1- Features 5 5 =========== 6 - New in Version 4.0.1 7 -------------------- 8 This release is specifically to address the problems with P(Q)*S(Q) in 9 v4.0.0 that resulted as side-effects of the model infrastructure redesign. 10 11 The behaviour of P(Q)*S(Q) is now correct. 12 6 13 - New in Version 4.0 7 14 ------------------ -
sasview/__init__.py
r9a182b2 r66f21cd 1 __version__ = "4.0 "1 __version__ = "4.0.1" 2 2 __build__ = "GIT_COMMIT" 3 3 try:
Note: See TracChangeset
for help on using the changeset viewer.