Skip to content

Commit

Permalink
Merge pull request #101 from gher-ulg/compathelper/new_version/2022-0…
Browse files Browse the repository at this point in the history
…7-03-01-59-12-636-00237341114

CompatHelper: bump compat for ZipFile to 0.10, (keep existing compat)
  • Loading branch information
Alexander-Barth authored Jul 3, 2022
2 parents 2ffd939 + db4683d commit 4c0c66b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ Missings = "0.4, 1.0"
Mustache = "1"
NCDatasets = "0.10, 0.11, 0.12"
SpecialFunctions = "0.8, 0.10, 1.0, 2"
ZipFile = "0.8, 0.9"
ZipFile = "0.8, 0.9, 0.10"
julia = "0.7, 1"

[extras]
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"

[targets]
test = ["Test", "StableRNGs","Downloads"]
test = ["Test", "StableRNGs", "Downloads"]

2 comments on commit 4c0c66b

@Alexander-Barth
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/64014

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 v2.7.8 -m "<description of version>" 4c0c66bd56c7bb1cdf0a0ecf150f2cf7c73902fd
git push origin v2.7.8

Please sign in to comment.