Repository: climate Updated Branches: refs/heads/master e0709f514 -> dd2d17a8c
CLIMATE-555 - Update sphinx doc version - Update version number to 0.4-snapshot. - Fix really really old copyright that was never changed after initial testing. Project: http://git-wip-us.apache.org/repos/asf/climate/repo Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/de5299ec Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/de5299ec Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/de5299ec Branch: refs/heads/master Commit: de5299ecffeeb89ada3c0dccb5873058560113da Parents: a8d84b1 Author: Michael Joyce <[email protected]> Authored: Thu Nov 13 15:30:26 2014 -0800 Committer: Michael Joyce <[email protected]> Committed: Thu Nov 13 15:30:26 2014 -0800 ---------------------------------------------------------------------- docs/source/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/climate/blob/de5299ec/docs/source/conf.py ---------------------------------------------------------------------- diff --git a/docs/source/conf.py b/docs/source/conf.py index c1969db..6caf0cc 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -52,16 +52,16 @@ master_doc = 'index' # General information about the project. project = u'Apache Open Climate Workbench' -copyright = u'2013, Michael Joyce' +copyright = u'2013, Apache Software Foundation' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. # # The short X.Y version. -version = '0.3-incubating' +version = '0.4' # The full version, including alpha/beta/rc tags. -release = '0.3-incubating' +release = '0.4-snapshot' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.
