Changeset 153ee77 in sasview
- Timestamp:
- Sep 15, 2016 8:33:57 AM (8 years ago)
- Branches:
- ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
- Children:
- dbce805
- Parents:
- aa52788
- git-author:
- Andrew Jackson <andrew.jackson@…> (08/30/16 11:40:56)
- git-committer:
- Piotr Rozyczko <rozyczko@…> (09/15/16 08:33:57)
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
docs/sphinx-docs/source/conf.py
r3668ab9 r153ee77 60 60 # 61 61 # The short X.Y version. 62 version = '4.0 .0'62 version = '4.0' 63 63 # The full version, including alpha/beta/rc tags. 64 release = '4.0 .0-beta'64 release = '4.0b1' 65 65 66 66 # The language for content autogenerated by Sphinx. Refer to documentation -
sasview/README.txt
r2d57835 r153ee77 5 5 =========== 6 6 7 - New in Version 4.0 .0-beta7 - New in Version 4.0 beta 1 8 8 -------------------- 9 9 This beta adds support for the magnetic and multilevel models of 3.1.2 -
sasview/__init__.py
r3668ab9 r153ee77 1 __version__ = "4.0 .0-beta"1 __version__ = "4.0b1" 2 2 __build__ = "GIT_COMMIT" 3 3 try:
Note: See TracChangeset
for help on using the changeset viewer.