Changeset 531ac4da in sasview
- Timestamp:
- May 16, 2017 7:43:10 AM (8 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.1, 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:
- 36303ee
- Parents:
- 17aff6f
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
docs/sphinx-docs/source/conf.py
r17aff6f r531ac4da 65 65 version = '4.1' 66 66 # The full version, including alpha/beta/rc tags. 67 release = '4.1. 0'67 release = '4.1.1' 68 68 69 69 # The language for content autogenerated by Sphinx. Refer to documentation -
sasview/README.txt
r9146ed9 r531ac4da 4 4 1- Features 5 5 =========== 6 - New in Version 4.1.1 7 -------------------- 8 This point release is a bug-fix release addressing a few small issues related 9 to documentation, test data being bundled, reading canSAS1D xml files and saving 10 projects. 11 12 It is recommended that all users upgrade to this version 13 6 14 - New in Version 4.1.0 7 15 ------------------ -
sasview/__init__.py
r220b1e7 r531ac4da 1 __version__ = "4.1 "1 __version__ = "4.1.1" 2 2 __build__ = "GIT_COMMIT" 3 3 try:
Note: See TracChangeset
for help on using the changeset viewer.