Skip to content

Commit

Permalink
bump compat for DocStringExtensions
Browse files Browse the repository at this point in the history
  • Loading branch information
j-fu committed Jul 11, 2022
1 parent 1c7124c commit 1f43728
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 = "GridVisualize"
uuid = "5eed8a63-0fb0-45eb-886d-8d5a387d12b8"
authors = ["Juergen Fuhrmann <[email protected]>"]
version = "0.5.1"
version = "0.5.2"

[deps]
ColorSchemes = "35d6a980-a343-548e-a6ea-1d62b119f2f4"
Expand All @@ -21,7 +21,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
[compat]
ColorSchemes = "3"
Colors = "0.12,1"
DocStringExtensions = "^0.8.0"
DocStringExtensions = "0.8,0.9"
ElasticArrays = "1"
ExtendableGrids = "0.7,0.8,0.9"
GeometryBasics = "0.4.1"
Expand Down

2 comments on commit 1f43728

@j-fu
Copy link
Member Author

@j-fu j-fu commented on 1f43728 Jul 11, 2022

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

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.5.2 -m "<description of version>" 1f4372880951bcff8de12f33f7ecb11a5ce4a59a
git push origin v0.5.2

Please sign in to comment.