Skip to content

Commit

Permalink
Prep for v0.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joehuchette committed Apr 9, 2018
1 parent 37afead commit 37ab679
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
JuMP release notes
==================

Version 0.18.1 (April 9, 2018)
------------------------------

* Fix for nested tuple destructuring (#1193)
* Preserve internal model when relaxation=true (#1209)
* Minor bug fixes and updates for examples

Version 0.18.0 (July 27, 2017)
------------------------------

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Our documentation includes an installation guide, quick-start guide, and referen

**Read about the upcoming transition to MathOptInterface and breaking changes in JuMP 0.19 [here](https://discourse.julialang.org/t/mathoptinterface-and-upcoming-breaking-changes-in-jump-0-19).**

**Latest Release**: 0.18.0 (via ``Pkg.add``)
**Latest Release**: 0.18.1 (via ``Pkg.add``)
* [Documentation](http://www.juliaopt.org/JuMP.jl/0.18/)
* [Examples](https://github.com/JuliaOpt/JuMP.jl/tree/release-0.18/examples)
>>>>>>> 4feabb4... prep for 0.18.0
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
# The short X.Y version.
version = '0.18'
# The full version, including alpha/beta/rc tags.
release = '0.18'
release = '0.18.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

1 comment on commit 37ab679

@mlubin
Copy link
Member

@mlubin mlubin commented on 37ab679 Apr 9, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please copy the README and NEWS changes to master as well.

Please sign in to comment.