Repository: climate Updated Branches: refs/heads/master 584dfd4c2 -> 078316308
CLIMATE-728 Address WARN's when building ocwui Project: http://git-wip-us.apache.org/repos/asf/climate/repo Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/07831630 Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/07831630 Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/07831630 Branch: refs/heads/master Commit: 0783163086752f0fcd3ddfeed0d52fd7f250d766 Parents: 584dfd4 Author: Lewis John McGibbney <[email protected]> Authored: Fri Jan 29 08:34:19 2016 -0800 Committer: Lewis John McGibbney <[email protected]> Committed: Fri Jan 29 08:34:19 2016 -0800 ---------------------------------------------------------------------- ocw-ui/frontend/package.json | 8 +++++++- setup.py | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/climate/blob/07831630/ocw-ui/frontend/package.json ---------------------------------------------------------------------- diff --git a/ocw-ui/frontend/package.json b/ocw-ui/frontend/package.json index 0f3c562..b6fc91a 100644 --- a/ocw-ui/frontend/package.json +++ b/ocw-ui/frontend/package.json @@ -1,6 +1,12 @@ { "name": "ocwui", - "version": "0.0.0", + "version": "1.1.0", + "description": "A tool for the evaluation and analysis of climate models.", + "repository": { + "type" : "git", + "url" : "https://git-wip-us.apache.org/repos/asf/climate.git" + }, + "license": "Apache-2.0", "dependencies": {}, "devDependencies": { "bower": "^1.3.9", http://git-wip-us.apache.org/repos/asf/climate/blob/07831630/setup.py ---------------------------------------------------------------------- diff --git a/setup.py b/setup.py index 2fa0733..5fd7128 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ _name = 'ocw' _namespaces = [] _testSuite = 'ocw.tests' _url = 'http://climate.apache.org/' -_version = '1.0.0' +_version = '1.1.0' _zipSafe = True # Setup Metadata
