[ARVADOS] updated: 1.1.1-212-g7e9baf1
Git user
git at public.curoverse.com
Sun Dec 10 21:53:07 EST 2017
Summary of changes:
.gitignore | 1 -
sdk/{python/arvados => cwl/arvados_cwl}/_version.py | 2 +-
2 files changed, 1 insertion(+), 2 deletions(-)
copy sdk/{python/arvados => cwl/arvados_cwl}/_version.py (62%)
via 7e9baf1a750d769b4d0053cfe5a67b367a40056c (commit)
from e050037b111e354c53d607568829abb643987d9d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 7e9baf1a750d769b4d0053cfe5a67b367a40056c
Author: Tom Clegg <tclegg at veritasgenetics.com>
Date: Sun Dec 10 21:52:41 2017 -0500
12721: Add missing _version.py, now part of source tree.
refs #12721
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg at veritasgenetics.com>
diff --git a/.gitignore b/.gitignore
index 0e876bb..e61f485 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,7 +23,6 @@ sdk/java/target
sdk/java/log
tmp
sdk/cli/binstubs/
-sdk/cwl/arvados_cwl/_version.py
services/api/config/arvados-clients.yml
*#*
.DS_Store
diff --git a/sdk/cwl/arvados_cwl/_version.py b/sdk/cwl/arvados_cwl/_version.py
new file mode 100644
index 0000000..652a291
--- /dev/null
+++ b/sdk/cwl/arvados_cwl/_version.py
@@ -0,0 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: Apache-2.0
+
+import pkg_resources
+
+__version__ = pkg_resources.require('arvados-cwl-runner')[0].version
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list