From 77f2cedaac088da5107dcfb37ae62d8f3a56f335 Mon Sep 17 00:00:00 2001
From: Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>
Date: Mon, 5 Dec 2016 14:44:09 +0100
Subject: Update version to 1.8

---
 python/conda/libastra/meta.yaml | 5 ++---
 python/conda/meta.yaml          | 9 ++++-----
 2 files changed, 6 insertions(+), 8 deletions(-)

(limited to 'python/conda')

diff --git a/python/conda/libastra/meta.yaml b/python/conda/libastra/meta.yaml
index 25da269..007cba9 100644
--- a/python/conda/libastra/meta.yaml
+++ b/python/conda/libastra/meta.yaml
@@ -1,11 +1,10 @@
 package:
   name: libastra
-  version: '1.8rc1'
+  version: '1.8'
 
 source:
   git_url: https://github.com/astra-toolbox/astra-toolbox.git
-  git_rev: master  # for testing
-  # git_tag: 1.8  # TODO: change to this for next release
+  git_tag: v1.8
 
 build:
   number: 0
diff --git a/python/conda/meta.yaml b/python/conda/meta.yaml
index 88c01d1..162103f 100644
--- a/python/conda/meta.yaml
+++ b/python/conda/meta.yaml
@@ -1,11 +1,10 @@
 package:
   name: astra-toolbox
-  version: '1.8rc1'
+  version: '1.8'
 
 source:
   git_url: https://github.com/astra-toolbox/astra-toolbox.git
-  git_rev: master  # for testing
-  # git_tag: 1.8  # TODO: change to this for next release
+  git_tag: v1.8
 
 build:
   number: 0
@@ -30,14 +29,14 @@ requirements:
     - numpy
     - scipy
     - six
-    - libastra ==1.8rc1  # TODO: change to release version
+    - libastra ==1.8
 
   run:
     - python
     - numpy
     - scipy
     - six
-    - libastra ==1.8rc1  # TODO: change to release version
+    - libastra ==1.8
 
 
 about:
-- 
cgit v1.2.3