Skip to content

Commit

Permalink
Merge pull request #12 from jakevdp/v0.4.3
Browse files Browse the repository at this point in the history
bump to version 0.4.3
  • Loading branch information
jakevdp authored Oct 18, 2016
2 parents cfc41a2 + 20ad021 commit ab86906
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,16 @@ install:
- cmd: rmdir C:\cygwin /s /q
- appveyor DownloadFile "https://raw.githubusercontent.com/pelson/Obvious-CI/master/bootstrap-obvious-ci-and-miniconda.py"
- cmd: python bootstrap-obvious-ci-and-miniconda.py %CONDA_INSTALL_LOCN% %TARGET_ARCH% %CONDA_PY:~0,1% --without-obvci

# Add a hack to switch to `conda` version `4.1.12` before activating.
# This is required to handle a long path activation issue.
# Please see PR ( https://github.com/conda/conda/pull/3349 ).
- cmd: set "OLDPATH=%PATH%"
- cmd: set "PATH=%CONDA_INSTALL_LOCN%\\Scripts;%CONDA_INSTALL_LOCN%\\Library\\bin;%PATH%"
- cmd: conda install --yes --quiet conda=4.1.12
- cmd: set "PATH=%OLDPATH%"
- cmd: set "OLDPATH="

- cmd: call %CONDA_INSTALL_LOCN%\Scripts\activate.bat
- cmd: set PYTHONUNBUFFERED=1

Expand Down
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "0.4.2" %}
{% set version = "0.4.3" %}

package:
name: vega
Expand All @@ -7,10 +7,10 @@ package:
source:
fn: vega-{{ version }}.tar.gz
url: https://pypi.io/packages/source/v/vega/vega-{{ version }}.tar.gz
md5: 1b5ba6ce77d4c240f6dde55cb8df5dd9
md5: 089a61663aa9481ccff44db749725d4d

build:
number: 2
number: 0
script: python setup.py install --single-version-externally-managed --record=record.txt

requirements:
Expand Down

0 comments on commit ab86906

Please sign in to comment.