Changeset 6394851 in sasview
- Timestamp:
- Aug 9, 2017 6:52:11 AM (7 years ago)
- Branches:
- master, 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, magnetic_scatt, release-4.1.2, release-4.2.2, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
- Children:
- d908932
- Parents:
- 945f45d
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
docs/sphinx-docs/source/conf.py
r36303ee r6394851 65 65 version = '4.1' 66 66 # The full version, including alpha/beta/rc tags. 67 release = '4.1. 1'67 release = '4.1.2' 68 68 69 69 # The language for content autogenerated by Sphinx. Refer to documentation -
sasview/README.txt
rb61bd57 r6394851 4 4 1- Features 5 5 =========== 6 - New in Version 4.1.2 7 -------------------- 8 This point release is a bug-fix release addressing: 9 10 - Fixes #984: PDF Reports Generate Empty PDFs 11 - Fixes a path typo 12 - 64 bit and 32 bit Windows executables now available 13 14 It is recommended that all users upgrade to this version 15 6 16 - New in Version 4.1.1 7 17 -------------------- … … 16 26 - Fixes an issue with the NXcanSAS data loader 17 27 - Updated tutorials for SasView 4.x.y 18 19 It is recommended that all users upgrade to this version20 28 21 29 - New in Version 4.1.0 -
sasview/__init__.py
r531ac4da r6394851 1 __version__ = "4.1. 1"1 __version__ = "4.1.2" 2 2 __build__ = "GIT_COMMIT" 3 3 try:
Note: See TracChangeset
for help on using the changeset viewer.