Skip to content

Commit

Permalink
release 0.71.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jheinen committed Jan 24, 2023
1 parent 17bbdf4 commit 9bafb15
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "GR"
uuid = "28b8d3ca-fb5f-59d9-8090-bfdbd6d07a71"
author = ["Josef Heinen (@jheinen)"]
version = "0.71.3"
version = "0.71.5"

[deps]
Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"
Expand All @@ -26,7 +26,7 @@ UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
p7zip_jll = "3f19e933-33d8-53b3-aaab-bd5110c3b7a0"

[compat]
GR_jll = "=0.71.3"
GR_jll = "=0.71.5"
HTTP = "0.8, 0.9, 1"
JSON = "0.20, 0.21, 1"
Preferences = "1"
Expand Down
6 changes: 3 additions & 3 deletions build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
using BinaryBuilder

name = "GR"
version = v"0.71.3"
version = v"0.71.5"

# Collection of sources required to complete build
sources = [
GitSource("https://github.com/sciapp/gr.git", "40284e97452b4612cc6b12d504a843b7da28d0b8"),
GitSource("https://github.com/sciapp/gr.git", "8a02b5bc66301c1d31726f1bf946063435934911"),
FileSource("https://github.com/sciapp/gr/releases/download/v$version/gr-$version.js",
"4a4fbba02ab48b0607c764ac4f9ece78ee11ca40eb150cc04fab4eab3b92a602", "gr.js")
"98995772c2b25b3157e13c142ac43f8eb86e3ab53e073f0f1f7ada69eba4751a", "gr.js")
]

# Bash recipe for building across all platforms
Expand Down
2 changes: 1 addition & 1 deletion src/downloader.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ using Tar
using Downloads
using p7zip_jll

const version = v"0.71.3"
const version = v"0.71.5"
const GR_UUID = UUID("28b8d3ca-fb5f-59d9-8090-bfdbd6d07a71")


Expand Down
2 changes: 1 addition & 1 deletion src/js.jl
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ function ws_cb(webs)
end

const plutoisinit = Ref(false)
const jssource = Ref("https://gr-framework.org/downloads/gr-0.71.3.js")
const jssource = Ref("https://gr-framework.org/downloads/gr-0.71.5.js")

function init_pluto(source=jssource[]::String)
plutoisinit[] = true
Expand Down

6 comments on commit 9bafb15

@jheinen
Copy link
Owner Author

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

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.71.5 -m "<description of version>" 9bafb1581c095efa3b5b60827219206e24a713c9
git push origin v0.71.5

Also, note the warning: Version 0.71.5 skips over 0.71.4
This can be safely ignored. However, if you want to fix this you can do so. Call register() again after making the fix. This will update the Pull request.

@jheinen
Copy link
Owner Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register [noblock]

@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 updated: JuliaRegistries/General/76276

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.71.5 -m "<description of version>" 9bafb1581c095efa3b5b60827219206e24a713c9
git push origin v0.71.5

Also, note the warning: Version 0.71.5 skips over 0.71.4
This can be safely ignored. However, if you want to fix this you can do so. Call register() again after making the fix. This will update the Pull request.

@jheinen
Copy link
Owner Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register [noblock]

@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 updated: JuliaRegistries/General/76276

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.71.5 -m "<description of version>" 9bafb1581c095efa3b5b60827219206e24a713c9
git push origin v0.71.5

Also, note the warning: Version 0.71.5 skips over 0.71.4
This can be safely ignored. However, if you want to fix this you can do so. Call register() again after making the fix. This will update the Pull request.

Please sign in to comment.