Changeset 6394851 in sasview


Ignore:
Timestamp:
Aug 9, 2017 6:52:11 AM (7 years ago)
Author:
krzywon
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
Message:

Update readme and version number for 4.1.2 release.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • docs/sphinx-docs/source/conf.py

    r36303ee r6394851  
    6565version = '4.1' 
    6666# The full version, including alpha/beta/rc tags. 
    67 release = '4.1.1' 
     67release = '4.1.2' 
    6868 
    6969# The language for content autogenerated by Sphinx. Refer to documentation 
  • sasview/README.txt

    rb61bd57 r6394851  
    441- Features 
    55=========== 
     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 
    616    - New in Version 4.1.1 
    717      -------------------- 
     
    1626       - Fixes an issue with the NXcanSAS data loader 
    1727       - Updated tutorials for SasView 4.x.y 
    18  
    19       It is recommended that all users upgrade to this version 
    2028 
    2129    - New in Version 4.1.0 
  • sasview/__init__.py

    r531ac4da r6394851  
    1 __version__ = "4.1.1" 
     1__version__ = "4.1.2" 
    22__build__ = "GIT_COMMIT" 
    33try: 
Note: See TracChangeset for help on using the changeset viewer.