From 8950d42d96d13ca064fd73dd41cc2f6632b60b15 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 30 Mar 2016 16:37:48 -0400 Subject: Bump versions for recon integration --- pandokia/meta.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'pandokia') diff --git a/pandokia/meta.yaml b/pandokia/meta.yaml index 1dfab98..0c6dfcf 100644 --- a/pandokia/meta.yaml +++ b/pandokia/meta.yaml @@ -6,7 +6,7 @@ build: number: '{{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}' package: name: pandokia - version: 1.3.11 + version: 1.4.0 requirements: build: - nose @@ -21,7 +21,8 @@ requirements: - pytest - python x.x source: - git_url: git@github.com:spacetelescope/pandokia + git_tag: 1.4.0 + git_url: https://github.com/spacetelescope/pandokia test: commands: - pdk --help -- cgit