Skip to content

Commit 2acf097

Browse files
committed
miniconda is 4.6.14
1 parent 186e1bb commit 2acf097

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ New features
1313
:user:`davidanthoff`
1414
- Set JULIA_PROJECT globally, so that every julia instance starts with the
1515
julia environment activated in :pr:`612` by :user:`davidanthoff`.
16-
- Update Miniconda version to 4.5.12 and Conda version to 4.6.14 in :pr:`637` by
16+
- Update Miniconda version to 4.6.14 and Conda version to 4.6.14 in :pr:`637` by
1717
:user:`jhamman`
1818
- Install notebook into `notebook` env instead of `root`.
1919
Activate conda environments and shell integration via ENTRYPOINT

tests/conda/binder-dir/verify

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ from subprocess import check_output
55
assert sys.version_info[:2] == (3, 5), sys.version
66

77
out = check_output(['conda', '--version']).decode('utf8').strip()
8-
assert out == 'conda 4.5.11', out
8+
assert out == 'conda 4.6.14', out
99

1010
import numpy

0 commit comments

Comments
 (0)