Skip to content

Commit

Permalink
Update compat, increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
mykelk authored May 6, 2021
1 parent 952174f commit 27e891f
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 = "PGFPlots"
uuid = "3b7a836e-365b-5785-a47d-02c71176b4aa"
repo = "https://github.com/JuliaTeX/PGFPlots.jl.git"
version = "3.3.6"
version = "3.3.7"

[deps]
ColorBrewer = "a2cac450-b92f-5266-8821-25eda20663c8"
Expand All @@ -24,7 +24,7 @@ ColorBrewer = "0.4"
ColorSchemes = "3.9"
Colors = "0.12"
Contour = "0.5"
DataFrames = "0.21, 0.22, 1.0"
DataFrames = "0.21, 0.22, 1.0, 1.1"
Discretizers = "3.2"
ImageMagick = "0.7.3, 1"
Images = "0.22, 0.23, 0.24"
Expand Down

2 comments on commit 27e891f

@mykelk
Copy link
Member Author

@mykelk mykelk commented on 27e891f May 6, 2021

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/36229

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 v3.3.7 -m "<description of version>" 27e891f9f5035e07a493d2125d3d6faa4b44499b
git push origin v3.3.7

Please sign in to comment.