Changeset 531ac4da in sasview


Ignore:
Timestamp:
May 16, 2017 7:43:10 AM (7 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, 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
Message:

Updating version numbers and release notes

Files:
3 edited

Legend:

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

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

    r9146ed9 r531ac4da  
    441- Features 
    55=========== 
     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 
    614    - New in Version 4.1.0 
    715      ------------------ 
  • sasview/__init__.py

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