Skip to content

Commit

Permalink
upgraded to UnitSystems v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chakravala committed Apr 16, 2022
1 parent 53d3e77 commit a678fe0
Show file tree
Hide file tree
Showing 8 changed files with 360 additions and 521 deletions.
8 changes: 6 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
name = "Geophysics"
uuid = "74efdf00-b554-44e1-bd21-abb9281d951c"
authors = ["Michael Reed"]
version = "0.3.5"
version = "0.3.6"

[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
AbstractTensors = "a8e43f4a-99b7-5565-8bf1-0165161caaea"
UnitSystems = "3a241a3c-2137-41aa-af5e-1388e404ca09"
Similitude = "d70e672a-ff44-4dfc-8031-4cc812d84922"
MeasureSystems = "ea45d09e-59d0-491b-a101-09823c6a9fd4"

[compat]
julia = "1"
AbstractTensors = "0.7"
UnitSystems = "0.3.2"
UnitSystems = "0.3.3"
Similitude = "0.2"
MeasureSystems = "0.1"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down
5 changes: 3 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ makedocs(
pages = Any[
"Home" => "index.md",
"UnitSystems.jl" => Any[
"units.md",
"unitsystems.md",
"constants.md",
"convert.md"
"convert.md",
"units.md"
],
"References" => "references.md"
]
Expand Down
Loading

2 comments on commit a678fe0

@chakravala
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@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/58628

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

Please sign in to comment.