-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow newer versions of DocStringExtensions
- Loading branch information
1 parent
1bd3d54
commit 9d0c1db
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name = "EAGO" | ||
uuid = "bb8be931-2a91-5aca-9f87-79e1cb69959a" | ||
authors = ["Matthew Wilhelm <[email protected]>"] | ||
version = "0.7.2" | ||
version = "0.7.3" | ||
|
||
[deps] | ||
Cassette = "7057c7e9-c182-5462-911a-8362d720325c" | ||
|
@@ -30,7 +30,7 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b" | |
Cassette = "0.3.1" | ||
Cbc = "~1" | ||
DataStructures = "~0.17, ~0.18" | ||
DocStringExtensions = "~0.8" | ||
DocStringExtensions = "~0.8, ~0.9" | ||
FastRounding = "~0.2, ~0.3" | ||
ForwardDiff = "~0.10" | ||
IntervalArithmetic = "~0.20" | ||
|
9d0c1db
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
9d0c1db
There was a problem hiding this comment.
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/81430
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: