Skip to content

Commit

Permalink
Add compat entry for UnitfulAngles
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano committed Jan 14, 2020
1 parent c9307f4 commit 8ed3286
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ UnitfulAngles = "6fb2a4bd-7999-5318-a3b2-8ad61056cd98"

[compat]
Unitful = "0.18.0"
UnitfulAngles = "0.5, 0.6"
julia = "1.0.0"

[extras]
Expand Down

2 comments on commit 8ed3286

@giordano
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/7874

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v1.0.0 -m "<description of version>" 8ed3286b9c658d23a7447481ad5053c8910781ab
git push origin v1.0.0

Please sign in to comment.