Changeset 153ee77 in sasview


Ignore:
Timestamp:
Sep 15, 2016 8:33:57 AM (8 years ago)
Author:
Piotr Rozyczko <rozyczko@…>
Branches:
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
Children:
dbce805
Parents:
aa52788
git-author:
Andrew Jackson <andrew.jackson@…> (08/30/16 11:40:56)
git-committer:
Piotr Rozyczko <rozyczko@…> (09/15/16 08:33:57)
Message:

Changing version numbers for 4.0 beta release to comply with PEP440

Files:
3 edited

Legend:

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

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

    r2d57835 r153ee77  
    55=========== 
    66 
    7     - New in Version 4.0.0-beta 
     7    - New in Version 4.0 beta 1 
    88      -------------------- 
    99      This beta adds support for the magnetic and multilevel models of 3.1.2 
  • sasview/__init__.py

    r3668ab9 r153ee77  
    1 __version__ = "4.0.0-beta" 
     1__version__ = "4.0b1" 
    22__build__ = "GIT_COMMIT" 
    33try: 
Note: See TracChangeset for help on using the changeset viewer.