diff --git a/Project.toml b/Project.toml index b72954df79c..15b0b57ef08 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "JuMP" uuid = "4076af6c-e467-56ae-b986-b466b2749572" repo = "https://github.com/JuliaOpt/JuMP.jl.git" -version = "0.19.2" +version = "0.20.0" [deps] Calculus = "49dc2e85-a5d0-5ad3-a950-438e2897f1b9" diff --git a/README.md b/README.md index 8ec280f23c2..d7d3fc989a7 100644 --- a/README.md +++ b/README.md @@ -42,11 +42,11 @@ Our documentation includes an installation guide, quick-start guide, and referen **See [NEWS](https://github.com/JuliaOpt/JuMP.jl/tree/master/NEWS.md) for a list of the significant breaking changes in the JuMP 0.19 release.** -**Latest Release**: 0.19.2 (`release-0.19` branch) - * [Documentation](http://www.juliaopt.org/JuMP.jl/v0.19.2/) - * [Examples](https://github.com/JuliaOpt/JuMP.jl/tree/release-0.19/examples) +**Latest Release**: 0.20.0 (`release-0.20` branch) + * [Documentation](http://www.juliaopt.org/JuMP.jl/v0.20.0/) + * [Examples](https://github.com/JuliaOpt/JuMP.jl/tree/release-0.20/examples) * Testing status: - * TravisCI: [![Build Status](https://travis-ci.org/JuliaOpt/JuMP.jl.svg?branch=release-0.19)](https://travis-ci.org/JuliaOpt/JuMP.jl) + * TravisCI: [![Build Status](https://travis-ci.org/JuliaOpt/JuMP.jl.svg?branch=release-0.20)](https://travis-ci.org/JuliaOpt/JuMP.jl) **Development version** (`master` branch):