Changeset 7556019 in sasview for src/sas/sasview/__init__.py


Ignore:
Timestamp:
Feb 2, 2019 7:27:09 PM (5 years ago)
Author:
butler
Branches:
master, magnetic_scatt, release-4.2.2, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249
Children:
5fcb814
Parents:
839f70f7
Message:

Move all remaining version specific parameters to sasview.init

Edit sphinx config to also use version and dates from sasview's init.
This should put all version specific variables into
src.sas.sasview.init.py so that we only need to change these
parameters in one place
adresses #946

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/sasview/__init__.py

    r839f70f7 r7556019  
    1 __version__ = "4.2.1" 
     1__major_version__ = "4" 
     2__minor_version__ = "2" 
     3__version__ = __major_version__ + "." + __minor_version__ + ".1" 
    24__DOI__ = "Zenodo, 10.5281/zenodo.1412041" 
    35__release_date__ = "2019" 
Note: See TracChangeset for help on using the changeset viewer.