Repository: climate Updated Branches: refs/heads/master 5b342945e -> 6aa2d7eee
Prepare for 1.3.0 RC Project: http://git-wip-us.apache.org/repos/asf/climate/repo Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/6aa2d7ee Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/6aa2d7ee Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/6aa2d7ee Branch: refs/heads/master Commit: 6aa2d7eee0b6189d294502034fbad33f9431eed2 Parents: 5b34294 Author: Lewis John McGibbney <lewis.mcgibb...@gmail.com> Authored: Wed Mar 28 07:06:00 2018 -0700 Committer: Lewis John McGibbney <lewis.mcgibb...@gmail.com> Committed: Wed Mar 28 07:06:00 2018 -0700 ---------------------------------------------------------------------- docs/source/conf.py | 4 ++-- ocw-ui/frontend/package.json | 2 +- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/climate/blob/6aa2d7ee/docs/source/conf.py ---------------------------------------------------------------------- diff --git a/docs/source/conf.py b/docs/source/conf.py index 3afb88b..a9f30ed 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -70,9 +70,9 @@ copyright = u'2017, Apache Software Foundation' # built documents. # # The short X.Y version. -version = '1.2.0' +version = '1.3.0' # The full version, including alpha/beta/rc tags. -release = '1.2.0' +release = '1.3.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. http://git-wip-us.apache.org/repos/asf/climate/blob/6aa2d7ee/ocw-ui/frontend/package.json ---------------------------------------------------------------------- diff --git a/ocw-ui/frontend/package.json b/ocw-ui/frontend/package.json index 844c76e..d0c067a 100644 --- a/ocw-ui/frontend/package.json +++ b/ocw-ui/frontend/package.json @@ -1,6 +1,6 @@ { "name": "ocwui", - "version": "1.2.0", + "version": "1.3.0", "description": "A tool for the evaluation and analysis of climate models.", "repository": { "type": "git", http://git-wip-us.apache.org/repos/asf/climate/blob/6aa2d7ee/setup.py ---------------------------------------------------------------------- diff --git a/setup.py b/setup.py index 390b672..0dbb9bf 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ _name = 'ocw' _namespaces = [] _test_suite = 'ocw.tests' _url = 'http://climate.apache.org/' -_version = '1.2.0' +_version = '1.3.0' _zip_safe = False # Setup Metadata