Skip to content

Commit

Permalink
Prep for v0.22 release (#2790)
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Nov 10, 2021
1 parent 37ca6a4 commit 744888c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ 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/0.21.10/version.svg)](https://juliahub.com/ui/Packages/JuMP/DmXqY/0.21.10) (`release-0.21` branch):
**Latest Release**: [![version](https://juliahub.com/docs/JuMP/DmXqY/0.22.0/version.svg)](https://juliahub.com/ui/Packages/JuMP/DmXqY/0.22.0) (`release-0.22` branch):
* Installation via the Julia package manager:
* `import Pkg; Pkg.add("JuMP")`
* Get help:
* Read the [Documentation](https://jump.dev/JuMP.jl/v0.21.10/)
* Read the [Documentation](https://jump.dev/JuMP.jl/stable/)
* Ask a question on the [Community forum]
* Testing status:
* Github Actions: [![Build Status](https://github.com/jump-dev/JuMP.jl/workflows/CI/badge.svg?branch=release-0.21)](https://github.com/jump-dev/JuMP.jl/actions?query=workflow%3ACI)
* Github Actions: [![Build Status](https://github.com/jump-dev/JuMP.jl/workflows/CI/badge.svg?branch=release-0.22)](https://github.com/jump-dev/JuMP.jl/actions?query=workflow%3ACI)
* [![deps](https://juliahub.com/docs/JuMP/deps.svg)](https://juliahub.com/ui/Packages/JuMP/DmXqY?t=2)

**Development version** (`master` branch):
Expand Down
2 changes: 1 addition & 1 deletion docs/src/release_notes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release notes

## Version 0.22.0 (In development)
## Version 0.22.0 (November 10, 2021)

**JuMP v0.22 is a breaking release**

Expand Down

2 comments on commit 744888c

@odow
Copy link
Member Author

@odow odow commented on 744888c Nov 10, 2021

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/48490

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 v0.22.0 -m "<description of version>" 744888cde7f98c7e567f470b4fffee5826b7ec3f
git push origin v0.22.0

Please sign in to comment.