summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Rendina <rendinam@users.noreply.github.com>2017-11-03 12:39:12 -0400
committerGitHub <noreply@github.com>2017-11-03 12:39:12 -0400
commit6943bbcdb275cefdbd51caf6da9e65be633a27b5 (patch)
treea3ce23c7b6a86eace062a34234c9a874e50855e8
parent64bb74584df90af3cb2c8c1feb59b34ab3cd6078 (diff)
parent128e68bf4d1c0300e5895c558b5b2deaff169e72 (diff)
downloadastroconda-contrib-6943bbcdb275cefdbd51caf6da9e65be633a27b5.tar.gz
Merge pull request #279 from drdavella/update-asdf-v1.3.1
Update for asdf v1.3.1 bugfix release
-rw-r--r--asdf/meta.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/asdf/meta.yaml b/asdf/meta.yaml
index a2eaf3c..916f4b9 100644
--- a/asdf/meta.yaml
+++ b/asdf/meta.yaml
@@ -1,5 +1,5 @@
{% set name = 'asdf' %}
-{% set version = '1.3.0' %}
+{% set version = '1.3.1' %}
{% set tag = 'v' + version %}
{% set number = '1' %}
@@ -17,7 +17,7 @@ package:
requirements:
build:
- - semantic_version >=2.6
+ - semantic_version >=2.3.1
- astropy >=1.3
- pyyaml
- jsonschema
@@ -27,7 +27,7 @@ requirements:
- numpy
- python x.x
run:
- - semantic_version >=2.6
+ - semantic_version >=2.3.1
- astropy >=1.3
- pyyaml
- jsonschema