From 6c8cca9799d51cbcfab64eb46c984099ee7dab37 Mon Sep 17 00:00:00 2001 From: Kyle Wilcox Date: Fri, 28 Apr 2017 16:58:45 -0400 Subject: [PATCH] Bump to 1.2.4 --- VERSION | 2 +- conda-recipe/meta.yaml | 10 +++++----- requirements.txt | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/VERSION b/VERSION index 0495c4a..e8ea05d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.3 +1.2.4 diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index e6278b6..0fb509b 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -1,6 +1,6 @@ package: name: gdam - version: "1.2.3" + version: "1.2.4" source: path: ../ @@ -14,13 +14,13 @@ requirements: - python - setuptools run: - - python + - cc-plugin-glider + - compliance-checker + - gutils >=1.2.6 - pyinotify - pymongo + - python - pyzmq - - gutils - - compliance-checker - - cc-plugin-glider test: requires: diff --git a/requirements.txt b/requirements.txt index 3c7c4af..f5a831e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -gutils>=1.2.5 +gutils>=1.2.6 pyinotify pymongo pyzmq