Skip to content

Commit

Permalink
Merge pull request #14 from FRBNY-DSGE/compathelper/new_version/2021-…
Browse files Browse the repository at this point in the history
…01-14-00-50-29-253-1565381596

CompatHelper: bump compat for "HDF5" to "0.15"
  • Loading branch information
chenwilliam77 authored Jan 26, 2021
2 parents a8ca32f + daf60b1 commit 09451e0
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 @@ -27,7 +27,7 @@ BenchmarkTools = "^0.4.3, 0.5"
Calculus = "0.4, 0.5"
Distributions = "0.18, 0.19, 0.20, 0.21, 0.22, 0.23, 0.24"
FileIO = "1.0.7, 1.1, 1.2, ^1.3"
HDF5 = "0.12, 0.13, 0.14"
HDF5 = "0.12, 0.13, 0.14, 0.15"
JLD2 = "^0.1.3, 0.2, 0.3"
ModelConstructors = "0.1.10, 0.1.11, 0.1.12, 0.2"
PDMats = "^0.9.10, 0.10"
Expand Down

5 comments on commit 09451e0

@chenwilliam77
Copy link
Contributor 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/28679

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.1.14 -m "<description of version>" 09451e03cc2a1735f2b97bac3d5705568d2fa2a8
git push origin v0.1.14

Also, note the warning: Version 0.1.14 skips over 0.1.13
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.

@chenwilliam77
Copy link
Contributor Author

Choose a reason for hiding this comment

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

register

@chenwilliam77
Copy link
Contributor 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 updated: JuliaRegistries/General/28679

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.1.14 -m "<description of version>" 09451e03cc2a1735f2b97bac3d5705568d2fa2a8
git push origin v0.1.14

Also, note the warning: Version 0.1.14 skips over 0.1.13
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.