Skip to content

Commit

Permalink
prep for 0.19.2 (#1985) (#1986)
Browse files Browse the repository at this point in the history
* prep for 0.19.2

* update documentation link
  • Loading branch information
mlubin authored Jun 8, 2019
1 parent ed04a7a commit 69c7d6c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
JuMP release notes
==================

Version 0.19.2 (June 8, 2019)
-----------------------------

- Fix a bug in derivatives that could arise in models with nested nonlinear
subexpressions.

Version 0.19.1 (May 12, 2019)
-----------------------------

Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "JuMP"
uuid = "4076af6c-e467-56ae-b986-b466b2749572"
repo = "https://github.com/JuliaOpt/JuMP.jl.git"
version = "0.19.1"
version = "0.19.2"

[deps]
Calculus = "49dc2e85-a5d0-5ad3-a950-438e2897f1b9"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ 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.0 (`release-0.19` branch)
* [Documentation](http://www.juliaopt.org/JuMP.jl/0.19/)
**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)
* Testing status:
* TravisCI: [![Build Status](https://travis-ci.org/JuliaOpt/JuMP.jl.svg?branch=release-0.19)](https://travis-ci.org/JuliaOpt/JuMP.jl)
Expand Down

2 comments on commit 69c7d6c

@mlubin
Copy link
Member Author

@mlubin mlubin commented on 69c7d6c Jun 8, 2019

Choose a reason for hiding this comment

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

@JuliaRegistrator register branch=release-0.19

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

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

Registration pull request created: JuliaRegistries/General/1273

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.19.2 -m "<description of version>" 69c7d6c19e0468330b373c3c9165369623089e4e
git push origin v0.19.2

Please sign in to comment.