Changeset 66f21cd in sasview


Ignore:
Timestamp:
Nov 4, 2016 1:07:58 PM (7 years ago)
Author:
ajj
Branches:
release_4.0.1
Parents:
ee3be557
Message:

Updating version number to 4.0.1

Files:
3 edited

Legend:

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

    r9a182b2 r66f21cd  
    6060# 
    6161# The short X.Y version. 
    62 version = '4.0' 
     62version = '4.0.1' 
    6363# The full version, including alpha/beta/rc tags. 
    64 release = '4.0.0' 
     64release = '4.0.1' 
    6565 
    6666# The language for content autogenerated by Sphinx. Refer to documentation 
  • sasview/README.txt

    r9a182b2 r66f21cd  
    441- Features 
    55=========== 
     6    - New in Version 4.0.1 
     7      -------------------- 
     8      This release is specifically to address the problems with P(Q)*S(Q) in 
     9      v4.0.0 that resulted as side-effects of the model infrastructure redesign. 
     10 
     11      The behaviour of P(Q)*S(Q) is now correct. 
     12 
    613    - New in Version 4.0 
    714      ------------------ 
  • sasview/__init__.py

    r9a182b2 r66f21cd  
    1 __version__ = "4.0" 
     1__version__ = "4.0.1" 
    22__build__ = "GIT_COMMIT" 
    33try: 
Note: See TracChangeset for help on using the changeset viewer.