Changeset 792e6be in sasview for sasview


Ignore:
Timestamp:
Dec 8, 2015 9:19:34 AM (8 years ago)
Author:
ajj
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, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
db46d13, b699768
Parents:
1c2bf90
Message:

Updating version numbers for release

Location:
sasview
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sasview/README.txt

    r40c69b3 r792e6be  
    441- Features 
    55=========== 
     6 
     7   - New in Version 3.1.2 
     8     -------------------- 
     9     This release is a major stability improvement, having fixed a serious bug  
     10     that came to light since release 3.1.1. All users should upgrade. 
     11 
     12     - Fixes bug #468 broken remove constraint buttons in  
     13       simultaneous/constrained fitting panel 
     14     - Fixes bug #474 resulting from changes in 3.1.1 that had  
     15       introduced an error in the high-Q of slit-smeared models. 
     16     - Fixes bug #478 which would cause wx to run out of IDs and result  
     17       in SasView crashing even if left alone. 
     18     - Fixes bug #479 missing help button on simultaneous/constrained fit page 
     19     - Fixes bug #480 GUI resizing issues on simultaneous fit page 
     20     - Fixes bug #486 broken Report Results 
     21     - Fixes bug #488 redraw issues in fit page 
     22 
     23 
    624 
    725   - New in Version 3.1.1 
  • sasview/__init__.py

    r9533593 r792e6be  
    1 __version__ = "3.1.1" 
     1__version__ = "3.1.2" 
    22__build__ = "1" 
Note: See TracChangeset for help on using the changeset viewer.