summaryrefslogtreecommitdiff
path: root/astropy
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2016-05-25 23:52:06 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2016-05-25 23:52:06 -0400
commit636fcf15099f8e14101471233294df88ab63de92 (patch)
tree96a23616274871316125fb49b2a7a11022907168 /astropy
parent8dc2fa93f62709f46b2a17da86b2b574e812de92 (diff)
downloadastroconda-dev-636fcf15099f8e14101471233294df88ab63de92.tar.gz
More logical versioning for astropy (requires constant fixing)
Diffstat (limited to 'astropy')
-rw-r--r--astropy/meta.yaml4
1 files changed, 1 insertions, 3 deletions
diff --git a/astropy/meta.yaml b/astropy/meta.yaml
index e8856f0..5ad60e3 100644
--- a/astropy/meta.yaml
+++ b/astropy/meta.yaml
@@ -1,7 +1,6 @@
{% set name = 'astropy' %}
-{% set version = environ.get("GIT_DESCRIBE_NUMBER", "0") %}
+{% set version = '1.2dev' + environ.get("GIT_DESCRIBE_NUMBER", "0") %}
{% set number = '0' %}
-{% set build_string = environ.get("GIT_DESCRIBE_HASH", "NOHASH") + "_" + number %}
about:
home: https://github.com/spacetelescope/{{ name }}
@@ -9,7 +8,6 @@ about:
summary: Astropy is a package intended to contain much of the core functionality and some common tools needed for performing astronomy and astrophysics with Python.
build:
number: {{ number }}
- string: {{ build_string }}
package:
name: {{ name }}
version: {{ version }}