Skip to content

Commit

Permalink
Merge pull request #41 from aefarrell/compathelper/new_version/2024-0…
Browse files Browse the repository at this point in the history
…9-12-20-38-27-690-00162845466

CompatHelper: bump compat for DataInterpolations to 6, (keep existing compat)
  • Loading branch information
aefarrell authored Sep 12, 2024
2 parents e78024a + e41c34e commit d6999b6
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 = "GasDispersion"
uuid = "ac6af613-5479-4178-853e-9d66de417193"
authors = ["Allan Farrell <allanf@protonmail.com> and contributors"]
version = "0.2.1"
version = "0.2.2"

[deps]
DataInterpolations = "82cc6244-b520-54b8-b5a6-8a565e85f1d0"
Expand All @@ -10,7 +10,7 @@ RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"

[compat]
DataInterpolations = "3.6, 4"
DataInterpolations = "3.6, 4, 6"
RecipesBase = "1"
SpecialFunctions = "2"
julia = "1"

2 comments on commit d6999b6

@aefarrell
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

Release notes:

Compat

  • tested compatibility with DataInterpolations.jl up to version 6

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

Tagging

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.2.2 -m "<description of version>" d6999b6604c06cd28209bba03ccb44a4e1e2a665
git push origin v0.2.2

Please sign in to comment.