Skip to content

Commit

Permalink
Merge pull request #4 from PALEOtoolkit/PALEOboxes_compat
Browse files Browse the repository at this point in the history
Update [compat] for PALEOboxes 0.16
  • Loading branch information
sjdaines authored Apr 26, 2022
2 parents 1813264 + 96a04cc commit 685222b
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.14.0"
version = "0.14.1"

[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.15"
PALEOboxes = "0.15, 0.16"
PyCall = "1.92"
RecipesBase = "1.2"
Revise = "3.1"
Expand Down

2 comments on commit 685222b

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

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.14.1 -m "<description of version>" 685222b6fcbb331f65d6b2c7f808b5d592d10ba4
git push origin v0.14.1

Please sign in to comment.