Skip to content

Commit

Permalink
Merge pull request #17 from PALEOtoolkit/compat_update
Browse files Browse the repository at this point in the history
[compat] update for PALEOboxes v0.20.0
  • Loading branch information
sjdaines authored Jul 9, 2022
2 parents fd9e452 + 69f50f5 commit 2994d09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "PALEOmodel"
uuid = "bf7b4fbe-ccb1-42c5-83c2-e6e9378b660c"
authors = ["Stuart Daines <[email protected]>"]
version = "0.15.1"
version = "0.15.2"

[deps]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Expand Down Expand Up @@ -35,7 +35,7 @@ ForwardDiff = "0.10"
Infiltrator = "1.0"
JLD2 = "0.4"
NLsolve = "4.5"
PALEOboxes = "0.19"
PALEOboxes = "0.19, 0.20"
RecipesBase = "1.2"
Requires = "1.0"
Revise = "3.1"
Expand Down

2 comments on commit 2994d09

@sjdaines
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 register()

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

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.15.2 -m "<description of version>" 2994d0941a4091e1cadf963c4f596f42988a7701
git push origin v0.15.2

Please sign in to comment.