Skip to content
This repository has been archived by the owner on Jul 13, 2021. It is now read-only.

Commit

Permalink
add missing compat bounds for contourf
Browse files Browse the repository at this point in the history
  • Loading branch information
jkrumbiegel committed Nov 4, 2020
1 parent 39e37c3 commit d105fbe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,13 @@ GeometryBasics = "0.3"
GridLayoutBase = "0.4.1"
ImageIO = "0.2, 0.3"
IntervalSets = "0.3, 0.4, 0.5"
Isoband = "0.1"
KernelDensity = "0.5, 0.6"
Match = "1.1"
Observables = "0.3.1"
Packing = "0.4"
PlotUtils = "1"
PolygonOps = "0.1.1"
Showoff = "0.3"
SignedDistanceFields = "0.4"
StaticArrays = "0.12"
Expand Down

2 comments on commit d105fbe

@jkrumbiegel
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 updated: JuliaRegistries/General/24143

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

Please sign in to comment.