Skip to content

Commit

Permalink
CompatHelper: bump compat for "Unitful" to "1.0" (#35)
Browse files Browse the repository at this point in the history
Co-authored-by: Mosè Giordano <giordano@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and giordano committed Feb 21, 2020
1 parent a5cc743 commit c27c7de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Expand Up @@ -9,7 +9,7 @@ UnitfulAstro = "6112ee07-acf9-5e0f-b108-d242c714bf9f"

[compat]
QuadGK = "0.1.1, 0.2, 0.3, 2"
Unitful = "0.9, 0.10, 0.11, 0.12, 0.13, 0.14, 0.15, 0.16, 0.17, 0.18"
Unitful = "0.9, 0.10, 0.11, 0.12, 0.13, 0.14, 0.15, 0.16, 0.17, 0.18, 1.0"
UnitfulAstro = "0.1.1, 0.2, 0.3, 0.4, 1.0"
julia = "1"

Expand Down

2 comments on commit c27c7de

@giordano
Copy link
Member

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

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>" c27c7de53919bda5942410362f6757bda1609bc7
git push origin v1.0.0

Please sign in to comment.