Skip to content

Commit

Permalink
Prep for v1.1.1 (#3005)
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Jun 14, 2022
1 parent 124ba75 commit 0a6b1e4
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
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/jump-dev/JuMP.jl.git"
version = "1.1.0"
version = "1.1.1"

[deps]
Calculus = "49dc2e85-a5d0-5ad3-a950-438e2897f1b9"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ embedded in [Julia](https://julialang.org/). You can find out more about us by
visiting [jump.dev](https://jump.dev).


**Latest Release**: [![version](https://juliahub.com/docs/JuMP/DmXqY/1.1.0/version.svg)](https://juliahub.com/ui/Packages/JuMP/DmXqY/1.1.0) (`release-1.0` branch):
**Latest Release**: [![version](https://juliahub.com/docs/JuMP/DmXqY/1.1.1/version.svg)](https://juliahub.com/ui/Packages/JuMP/DmXqY/1.1.1) (`release-1.0` branch):
* Installation via the Julia package manager:
* `import Pkg; Pkg.add("JuMP")`
* Get help:
Expand Down
2 changes: 1 addition & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Ipopt = "=1.0.2"
JSON = "0.21"
JSONSchema = "1"
Literate = "2.8"
MathOptInterface = "=1.3.0"
MathOptInterface = "=1.4.0"
Plots = "1"
SCS = "=1.1.2"
StatsPlots = "0.14"
13 changes: 13 additions & 0 deletions docs/src/release_notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Release notes

## Version 1.1.1 (June 14, 2022)

For a detailed list of the closed issues and pull requests from this release,
see the [tag notes](https://github.com/jump-dev/JuMP.jl/releases/tag/v1.1.1).
A summary of changes are as follows:

- New features:
- There are no new features or bug fixes.
- Documentation and maintenance:
- Fixed problem displaying LaTeX in the documentation
- Minor updates to the style guide
- Updated to MOI v1.4.0 in the documentation

## Version 1.1.0 (May 25, 2022)

For a detailed list of the closed issues and pull requests from this release,
Expand Down

2 comments on commit 0a6b1e4

@odow
Copy link
Member Author

@odow odow commented on 0a6b1e4 Jun 14, 2022

Choose a reason for hiding this comment

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

@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/62342

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 the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.1.1 -m "<description of version>" 0a6b1e426425e69234f073079c3ebe6301a43f25
git push origin v1.1.1

Please sign in to comment.