diff --git a/NEWS.md b/NEWS.md index f807771018e..effdce02fd8 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,11 @@ JuMP release notes ================== +Version 0.7.3 (January 14, 2015) +-------------------------------- + + * Fix a method ambiguity conflict with Compose.jl (cosmetic fix) + Version 0.7.2 (January 9, 2015) ------------------------------- diff --git a/README.md b/README.md index d5238860177..e30514e95ae 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ JuMP makes it easy to specify and **solve optimization problems without expert k Our documentation includes an installation guide, quick-start guide, and reference manual. -**Latest Release**: 0.7.2 (via ``Pkg.add``) +**Latest Release**: 0.7.3 (via ``Pkg.add``) * [documentation](https://jump.readthedocs.org/en/release-0.7) * [examples](https://github.com/JuliaOpt/JuMP.jl/tree/release-0.7/examples) * Testing status: [![Build Status](https://travis-ci.org/JuliaOpt/JuMP.jl.png?branch=release-0.7)](https://travis-ci.org/JuliaOpt/JuMP.jl) [![JuMP](http://pkg.julialang.org/badges/JuMP_release.svg)](http://pkg.julialang.org/?pkg=JuMP&ver=release)