From 8a7b7f5c9b5ca6b1cfafda7efbec9394e063d153 Mon Sep 17 00:00:00 2001 From: "Michael K. Borregaard" Date: Wed, 7 Jun 2017 17:03:58 +0200 Subject: [PATCH] Up requirement to 0.6 --- .travis.yml | 2 +- NEWS.md | 4 +++- REQUIRE | 2 +- test/imgcomp.jl | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1253ee9a..bbeac50e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ os: - linux # - osx julia: - - 0.5 + - 0.6 matrix: allow_failures: - julia: nightly diff --git a/NEWS.md b/NEWS.md index e796292b..2637f9bb 100644 --- a/NEWS.md +++ b/NEWS.md @@ -10,7 +10,9 @@ --- -## 0.11 (current master/dev) +## 0.12 (current master/dev) + +- 0.6 only #### 0.11.3 diff --git a/REQUIRE b/REQUIRE index c5b623ea..2d184bf7 100644 --- a/REQUIRE +++ b/REQUIRE @@ -1,4 +1,4 @@ -julia 0.5 +julia 0.6 RecipesBase PlotUtils 0.4.1 diff --git a/test/imgcomp.jl b/test/imgcomp.jl index c25c7850..994670f9 100644 --- a/test/imgcomp.jl +++ b/test/imgcomp.jl @@ -24,7 +24,7 @@ default(size=(500,300)) # TODO: use julia's Condition type and the wait() and notify() functions to initialize a Window, then wait() on a condition that # is referenced in a button press callback (the button clicked callback will call notify() on that condition) -const _current_plots_version = v"0.11.3" +const _current_plots_version = v"0.12.0" function image_comparison_tests(pkg::Symbol, idx::Int; debug = false, popup = isinteractive(), sigma = [1,1], eps = 1e-2)