Skip to content

Commit

Permalink
Merge pull request #20 from dpad/compathelper/new_version/2021-04-10-…
Browse files Browse the repository at this point in the history
…00-19-20-112-4146495691

CompatHelper: bump compat for "SymbolicUtils" to "0.11"
  • Loading branch information
dpad authored Apr 10, 2021
2 parents 82f4995 + 7965887 commit 20a829c
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 = "OrbitalTrajectories"
uuid = "2b613a20-8d2a-5290-b19f-e06f4bcc2e7d"
authors = ["Dan Padilha"]
version = "0.1.9"
version = "0.1.10"

[deps]
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Expand Down Expand Up @@ -65,7 +65,7 @@ SciMLBase = "1.8"
SimpleTraits = "0.9.3"
StaticArrays = "0.12.5, 1.0"
StatsPlots = "0.14.17"
SymbolicUtils = "0.8.4, 0.9, 0.10"
SymbolicUtils = "0.8.4, 0.9, 0.10, 0.11"
Symbolics = "0.1.2"
Unitful = "1.5.0"
julia = "1.5.3"

2 comments on commit 20a829c

@dpad
Copy link
Owner Author

@dpad dpad commented on 20a829c Apr 13, 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/34164

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.1.10 -m "<description of version>" 20a829ce8205ee9706c2a5a1c23ef3ff1b5af07a
git push origin v0.1.10

Please sign in to comment.