Skip to content

Commit

Permalink
Correct compat number for DocStringExtensions.
Browse files Browse the repository at this point in the history
  • Loading branch information
voduchuy committed Oct 28, 2023
1 parent 6c3a6a1 commit 59b7508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ BenchmarkTools = "1"
Catalyst = "13"
DataStructures = "0.18"
DifferentialEquations = "7,8"
DocStringExtensions = "0"
DocStringExtensions = "0.9"
ForwardDiff = "0.10,1"
LinearAlgebra = "1"
ModelingToolkit = "8"
Expand Down

2 comments on commit 59b7508

@voduchuy
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

Release notes:

Changes to accomodate Julia 1.9, Catalyst 13, and new General Registry requirements.

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

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.4 -m "<description of version>" 59b75084b3f47e5299630c8e9f55f767668a899f
git push origin v0.1.4

Please sign in to comment.