Skip to content

Commit

Permalink
Merge pull request #624 from JuliaIO/compathelper/new_version/2020-05…
Browse files Browse the repository at this point in the history
…-05-20-05-18-448-2676276803

CompatHelper: bump compat for "Blosc" to "0.7"
  • Loading branch information
giordano authored May 5, 2020
2 parents 492193a + ecd3893 commit 1d74013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Mmap = "a63ad114-7e13-5084-954f-fe012c677804"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"

[compat]
Blosc = "0.5.1, 0.6"
Blosc = "0.5.1, 0.6, 0.7"
HDF5_jll = "1.10.5"
julia = "1.3"

Expand Down

2 comments on commit 1d74013

@giordano
Copy link
Member 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/14218

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.13.2 -m "<description of version>" 1d740136bf7225bd05e7a561fd8721c6ffedeeab
git push origin v0.13.2

Please sign in to comment.