Changeset 33d2a3a in sasview


Ignore:
Timestamp:
Jun 22, 2015 8:02:41 PM (9 years ago)
Author:
butler
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, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
2b58fa5
Parents:
fe34f56
Message:

fix SasView? version number and copyright date in Sphinx Docs to 3.1.0
and 2015 respectively

File:
1 edited

Legend:

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

    r476d4e3 r33d2a3a  
    5151# General information about the project. 
    5252project = u'SasView' 
    53 copyright = u'2013, The SasView Project' 
     53copyright = u'2015, The SasView Project' 
    5454 
    5555# The version info for the project you're documenting, acts as replacement for 
     
    5858# 
    5959# The short X.Y version. 
    60 version = '3.0.0' 
     60version = '3.1.0' 
    6161# The full version, including alpha/beta/rc tags. 
    62 release = '3.0.0' 
     62release = '3.1.0' 
    6363 
    6464# The language for content autogenerated by Sphinx. Refer to documentation 
Note: See TracChangeset for help on using the changeset viewer.